-
Notifications
You must be signed in to change notification settings - Fork 0
/
firstOpen.html
50 lines (39 loc) · 2.4 KB
/
firstOpen.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="../../favicon.ico">
<title>Twitter Shadow</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Lobster|Lobster+Two|Open+Sans+Condensed:500" rel="stylesheet">
<link href="../../assets/css/ie10-viewport-bug-workaround.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro" rel="stylesheet">
<link href="firstOpenStyles.css" rel="stylesheet">
</head>
<body>
<div class="logoContainer col col-md-8 col-md-offset-2">
<a href="https://twitter.com"><img class="logo" src="Images/darkTwitter.png"></a>
</div>
<div class="containerForBody col col-sm-8 col-sm-offset-2 text-center">
<h2>Twitter Dusk</h2>
<p>Twitter Dusk changes Twitter's color scheme to match the Twitter app's night mode theme.</p>
<p>To use, go to <a id="twitterLink" href="https://twitter.com">Twitter</a> and click the icon in your chrome toolbar.</p>
</div>
<div class="donationDiv col col-sm-8 col-sm-offset-2 text-center">
<span>Should you feel so inclined, say <a id="money" href="https://cash.me/ggarnhart"> thanks.</a></span>
</div>
<div class="developDiv col col-sm-4 col-sm-offset-4 text-center">
<span style="font-size: 1.25em">Developed by <a id="twitterLink" href="https://twitter.com/GGarnhart">@GGarnhart</a></span>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script src="../../dist/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>