-
Notifications
You must be signed in to change notification settings - Fork 5
/
feedback.html
157 lines (147 loc) · 8.77 KB
/
feedback.html
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<script data-ad-client="ca-pub-9802241395360678" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- favicon, twemoji's penguin, in base64 -->
<link href="data:image/x-icon;base64,AAABAAEAEBAAAAEAIABoBAAAFgAAACgAAAAQAAAAIAAAAAEAIAAAAAAAAAQAABILAAASCwAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAzrP//M6///zGz//8prv+9IKf/aCCn/2gprv+9MbP//zOv//8zrP//
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAM7f/5jGl9f8jP1P7mIl+///05///9Of/mYt//yM/U/sx
pfX/M7f/5gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAnEgT0nJSN///////7+/j/+/v4////
//+clo7/JxIE9AAAAAAAAAAAAAAAAAAAAAAAAAAAMy4pQgAAAAAwJyBwPDcx///////7+vf/+fj1
//n49f/7+vf//////zw3Mf8wJyByAAAAADMuKUIAAAAAAAAAADMuKewzLiliKSQfuJWSjv//////
+fj1//n49f/5+PX/+fj1//////+Vko7/KSQfuDMuKWIzLinsAAAAAAAAAAAzLinGNC8q/yQeGcvO
zcr///77//n49f/5+PX/+fj1//n49f///vv/0M7L/yQeGcs0Lyr/My4pxgAAAAAAAAAAMy4phzQv
Kv8hHBbn6+vo//z7+P/5+PX/+fj1//n49f/5+PX//Pv4/+vr6P8hHBbnNC8q/zMuKYcAAAAAAAAA
ADMuKTk0Lyr/IBsW/fPx7v/7+vf/+fj1//n49f/5+PX/+fj1//v69//z8e7/IBsW/TQvKv8zLik5
AAAAAAAAAAAAAAAANC8q/yIdGP/f3tr//fz5//n49f/5+PX/+fj1//n49f/9/Pn/397a/yIdGP80
Lyr/AAAAAAAAAAAAAAAAAAAAADMuKWwmIRz/s7Gt/////v/5+PX/+fj1//n49f/5+PX////+/7Ox
rf8mIRz/My4pbAAAAAAAAAAAAAAAAAAAAAAAAAAALSgj9mZhXf//////+fj1//n49f/5+PX/+fj1
//////9mYV3/LSgj9gAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADItKAgiHBf/6ejk////////////
///////////p6OT/Ih0Y/zIuKQgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAALikkjEI8N//e
3Nr/g356/4N5cP/e0MX/QjAi/y4bDXgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAtJyL2Ix4Z/yQaEf8mZZH/JrP//y62//8zuP/9M7r/yQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAALikkKoyIhP//////VXeP/zGr//8zpvXuM6z/cQAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAAAAAAAAAAAAAAAAAAAAAAAAAqJR87Ix0X/y0jGv8yGAM3AAAAAAAAAAAAAAAAAAAAAAAAAAAA
AAAA4AcAAOAHAADwDwAAoAUAAIABAACAAQAAgAEAAIABAADAAwAAwAMAAOAHAADgBwAA8A8AAPgH
AAD4DwAA/D8AAA==" rel="icon" type="image/x-icon" />
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"/>
<meta property="og:title" content="LibreHunt: Feedback">
<meta property="og:type" content="website">
<meta property="og:image" content="https://librehunt.org/home/linux.png">
<meta property="og:url" content="https://librehunt.org/feedback">
<meta property="og:site_name" content="LibreHunt">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="LibreHunt: Feedback">
<script src="https://twemoji.maxcdn.com/2/twemoji.min.js?11.2"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126746270-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-126746270-1');
</script>
<!-- JQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<!-- Custom Purple button CSS -->
<link rel="stylesheet" href="customAndTwemoji.css">
<!-- Custom Responsive button CSS -->
<link rel="stylesheet" href="customMediaCSS.css">
<!-- Custom Bootstrap Carousel example CSS -->
<link rel="stylesheet" href="customCarouselBootstrap.css">
<!-- Custom Jumbotron Margin CSS -->
<link rel="stylesheet" href="customJumbotronMargin.css">
<!-- Title -->
<title>LibreHunt: Feedback</title>
<meta name="title" content="LibreHunt">
<meta name="description" content="Choose a Linux Distro today!">
<meta name="keywords" content="Linux,Distro">
<meta name="author" content="Avi Wadhwa">
</head>
<body>
<!-- Navbar with purple color -->
<nav class="navbar navbar-expand-lg navbar-dark" style="background-color: #6d00bd;">
<!-- home button (librehunt) -->
<a class="navbar-brand" href="/">LibreHunt</a>
<!-- toggle button for mobile phones -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavAltMarkup" aria-controls="navbarNavAltMarkup" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- main buttons (chooser, feedback, and about -->
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
<div class="navbar-nav">
<a class="nav-item nav-link" href="distrolist">All Distros</a>
<a class="nav-item nav-link" href="feedback">Feedback</a>
<a class="nav-item nav-link" href="news">News</a>
<a class="nav-item nav-link" href="about">About</a>
</div>
</div>
</nav>
<div id="content" class="container">
<!-- Jumbotron!-->
<div class="jumbotron mt-5 text-center custom-row">
<h1>Want to help out?</h1>
<p class="lead">Shoot me up an email regarding what's wrong with my website/what could be better! If you're an advanced user, read on...</p>
<hr class="my-4">
</div>
<div class="jumbotron mt-5 text-center custom-row">
<h1>Advanced User?</h1>
<p class="lead">Since my code is open source and hosted on GitHub, feel free to come along, file issues and merge requests! It's a static site, with the distribution chooser using vanilla JS.</p>
<hr class="my-4">
<a class="btn btn-purple btn-lg" href="https://www.github.com/aviwad/librehunt" role="button">Explore My Code!</a>
</div>
<!-- Issues -->
<section>
<div class="container py-3">
<div class="card">
<div class="row justify-content-center align-items-center ">
<div class="col-md-4">
<img src="feedbackImages/issues.png" class="mx-auto d-block">
</div>
<div class="col-md-8 px-3 py-3">
<div class="card-block px-3 py-3">
<h4 class="card-title">Issues? Tell me about it!</h4>
<p class="card-text">If you have a problem with it, you can come right up to the issues section and explain to me what you want added/fixed and why 😊.</p>
<a href="https://www.github.com/aviwad/librehunt/issues" class="btn btn-purple btn-responsive-block">Issues</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Pull Request -->
<section>
<div class="container py-3">
<div class="card">
<div class="row justify-content-center align-items-center ">
<div class="col-md-4">
<img src="feedbackImages/pull.png" class="mx-auto d-block">
</div>
<div class="col-md-8 px-3 py-3">
<div class="card-block px-3 py-3">
<h4 class="card-title">Wanna merge your code with mine? Sure!</h4>
<p class="card-text">Are you a web developer? Linux enthusiast? Well, then, make a GitHub account, and share your code with me! This is the other advantage of open source: not only can you see my code and be sure that it is safe, but you can help me out too! The technical details of this website are, that it is a static site hosted on GitHub Pages.</p>
<a href="https://www.github.com/aviwad/librehunt/pulls" class="btn btn-purple btn-responsive-block">Merge Requests</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<script>
twemoji.parse(document.body);
</script>
<!-- bootstrap scripts at the end for the page to load faster -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
</body>
</html>