-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcredits.html
135 lines (115 loc) · 6.16 KB
/
credits.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
<!doctype html>
<html lang="en">
<head>
<title>devBanner - Credits</title>
<meta name="description" content="Honorable mentions of the people who created devBanner, a tool that creates your own devRant banner">
<!-- Responsive meta tags -->
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Browser color meta tags -->
<meta name="theme-color" content="#9e85a1"> <!-- Chrome, Firefox OS and Opera -->
<meta name="msapplication-navbutton-color" content="#9e85a1"> <!-- Windows Phone -->
<meta name="apple-mobile-web-app-status-bar-style" content="#9e85a1"> <!-- iOS Safari -->
<!-- Search engine meta tags -->
<meta name="description" content="devBanner creates your own personalized banner for you! Just type in your devRant username and your own subtext!">
<!-- Open Graph - Social media appearance -->
<meta property="og:title" content="devBanner - Create your own devRant Banner">
<meta property="og:image" content="res/images/db_icons/web_hi_res_512.png">
<meta property="og:description" content="devBanner creates your own personalized banner for you! Just type in your devRant username and your own subtext!">
<!-- Icons -->
<link rel="shortcut icon" type="image/x-icon" href="res/images/favicon.ico">
<link rel="apple-touch-icon" href="res/images/db_icons/web_hi_res_512.png" />
<!--
Add to homescreen for Chrome on Android
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/android-desktop.png">
Add to homescreen for Safari on iOS
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png">
Tile icon for Win8 (144x144 + tile color)
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<link rel="shortcut icon" href="images/favicon.png">-->
<!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.teal-red.min.css">
<link rel="stylesheet" href="res/css/credits.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="demo-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<header class="demo-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">devBanner - Credits</span>
<!--
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search">
<i class="material-icons">search</i>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="search">
<label class="mdl-textfield__label" for="search">Enter your query...</label>
</div>
</div>
-->
</div>
</header>
<div class="demo-ribbon"></div>
<main class="demo-main mdl-layout__content">
<div class="demo-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="demo-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<div class="demo-crumbs mdl-color-text--grey-500">
devBanner > Credits
</div>
<h3>Credits</h3>
<h4>Frontend</h4>
<li><a href="https://github.com/Kimmax">Kimmax</a></li>
<li><a href="https://github.com/cozyplanes">cozyplanes</a></li>
<li><a href="https://github.com/Mitch528">Mitch528</a></li>
<li><a href="https://github.com/LoganS1">LoganS1</a></li>
<li><a href="https://github.com/Skayo">Skayo</a></li>
<li><a href="https://github.com/afzalsayed96">afzalsayed96</a></li>
<h4>Backend</h4>
<li><a href="https://github.com/Kimmax">Kimmax</a></li>
<li><a href="https://github.com/cozyplanes">cozyplanes</a></li>
<li><a href="https://github.com/Mitch528">Mitch528</a></li>
<li><a href="https://github.com/JakubSteplowski">JakubSteplowski</a></li>
<li><a href="https://github.com/Etnath">Etnath</a></li>
<h4>devRant API</h4>
<li><a href="https://devrant.com/users/dfox">David Fox</a></li>
<li><a href="https://devrant.com/users/trogus">Tim Rogus</a></li>
</div>
</div>
<footer class="demo-footer mdl-mini-footer">
<div class="mdl-mini-footer--left-section">
<ul class="mdl-mini-footer--link-list">
<li><a href="https://devbanner.center">Create banner</a></li>
</ul>
</div>
</footer>
</main>
</div>
<!-- FAB
<a href="https://github.com/google/material-design-lite/blob/mdl-1.x/templates/article/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>-->
</body>
</html>