-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsponsors.html
137 lines (121 loc) Β· 4.63 KB
/
sponsors.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
<!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="msapplication-tap-highlight" content="no">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="shortcut icon" href="/images/favicon.ico">
<meta property="og:type" content="website"/>
<meta property="og:url" content="https://oss.mobilefirst.me/sponsors"/>
<!-- meta title -->
<title>Sponsors | Mobile First</title>
<meta property="og:title" content="Sponsors | Mobile First"/>
<meta name="twitter:title" content="Sponsors | Mobile First">
<!-- images -->
<meta itemprop="image" content="https://oss.mobilefirst.me/images/og_image.png">
<meta property="og:image" content="https://oss.mobilefirst.me/images/og_image.png"/>
<meta name="twitter:image" content="https://oss.mobilefirst.me/images/og_image.png">
<meta name="twitter:card" content="summary_large_image">
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<!-- descriptions -->
<meta name="description" content="We appreciate our sponsors π - thank you">
<meta name="twitter:description" content="We appreciate our sponsors π - thank you">
<meta property="og:description" content="We appreciate our sponsors π - thank you"/>
<!-- colors -->
<meta name="theme-color" content="#222136">
<meta name="msapplication-TileColor" content="#222136">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6XB4XDVPX3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-6XB4XDVPX3');
</script>
<link rel="stylesheet" href="/style.css" />
</head>
<body>
<a href="/" style="outline:none" tabindex="0">
<div id="pixel-logo">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
</a>
<p class="intro"></p>
<div style="display:flex;align-items: center; min-height: 40vh; width:550px; max-width: 90%; text-align: center; margin:0 auto 88px auto;">
<div>
<h4>Thank you to our sponsors! <span>π</span></h4>
<div style="font-size: 1.2rem" class="names">
<span>The Tech Doctor</span>
<span>Ms. Thrall</span>
<span>GoaMetz</span>
</div>
<br/><br/>
<small>Special thank you to <u><a href="https://travis-ci.com" rel="noreferrer nofollow" target="_blank">Travis CI</a></u> for supporting our continued open source development with a generous build quota!</small>
<br/><br/><br/><br/>
<p>Participate now and we will add you to this page!</p>
<br/>
<a class="button"
href="https://github.com/sponsors/MobileFirstLLC" style="font-weight: 700">Become a Sponsor</a>
<br/><br/>
</div>
</div>
<div class="links">
<a class="small" href="https://mobilefirst.me" rel="nofollow">
<img src="./images/home.svg" alt=""/>
<span>Website</span>
</a>
<a class="small" href="https://github.com/mobilefirstllc" rel="nofollow">
<img src="./images/github-circle.svg" alt=""/>
<span>Github</span>
</a>
<a class="small" href="https://github.com/sponsors/mobilefirstllc" rel="nofollow">
<img src="./images/heart-outline.svg" alt=""/>
<span>Sponsor</span>
</a>
<a class="small" href="https://www.npmjs.com/~mobilefirstllc" rel="nofollow">
<img src="./images/npm.svg" alt=""/>
<span>NPM</span>
</a>
</div>
<div style="text-align: center;font-size:0.6em;">
<span role="img" aria-label="pin">π</span>
<span style=" opacity:0.6;">Made by indie hackers in Augusta, Georgia since 2018</span>
</div>
</body>
</html>