forked from achyudh/propr-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.html
More file actions
47 lines (42 loc) · 1.99 KB
/
report.html
File metadata and controls
47 lines (42 loc) · 1.99 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<title>Propr</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="https://fonts.googleapis.com/css?family=Quicksand" rel="stylesheet">
<!--[if lte IE 8]><script src="js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="css/main.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo"><img src="img/propr_logo_circle.svg" alt="" /></span>
<h1>Pro<b style="font-weight: 900;">pr</b></h1>
<p>Your reports dashbard</p>
<a class="button icon fa-github" href="http://chennai.ewi.tudelft.nl:60002/login">Login with GitHub</a>
</header>
<br>
<section>
<h2>About propr</h2>
<p>If you are an integrator who has longed for a way to anonymously provide feedback to the contributors, specifically on how they could make their pull requests easier to review, propr is the right platform for you.
Propr does not affect your workflow. All it does is post a comment with a feedback link when pull requests are closed. We don’t store any personal information such as your email address or name and all feedback is collected anonymously.</p>
<ul class="actions">
<li><a href="index.html" class="button">Learn More</a></li>
</ul>
</section>
</div>
<!-- Scripts -->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrollex.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/util.js"></script>
<!--[if lte IE 8]><script src="js/ie/respond.min.js"></script><![endif]-->
<script src="js/main.js"></script>
</body>
</html>