-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (58 loc) · 2.25 KB
/
index.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<link rel="icon" href="/docs/4.0/assets/img/favicons/favicon.ico">
<title>Home</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="//cdn-images.mailchimp.com/embedcode/classic-10_7.css" rel="stylesheet" type="text/css">
<style type="text/css">
#mc_embed_signup {
background: #4b9ee2;
clear: left;
font: 14px Helvetica, Arial, sans-serif;
}
/* Add your own Mailchimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */
</style>
</head>
<body style="background-color:#4b9ee2">
<div class="container" style="margin-top: 30px;">
<div class="row">
<div class="offset-lg-2 col-lg-8 col-md-10 offset-md-1 col-sm-12 col-xs-12">
<img src="logo.png" style='height: 100%; width: 100%; object-fit: contain'>
</div>
</div>
</div>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-lg-4 offset-lg-1">
<img src="penguin.png" style='height: 100%; width: 100%; object-fit: contain'>
</div>
<div class="col-lg-6" style="margin-top: 50px;">
<center>
<h1 style="color:#062945;"><b>Applications for the inaugural cohort of PennApps Incubator are now closed!</b>
</h1>
<h3>
What is <a href="https://medium.com/@pennapps/whats-new-pennapps-incubator-72a91a6e03b8" style="color: #062945;" target="_blank"><u>PennApps Incubator?</u></a>
</h3>
<br>
<h3>
Contact: <a href="mailto:[email protected]" style="color: #062945;">[email protected]</a>
</h3>
</center>
<br>
<a type="button" class="btn btn-secondary btn-lg btn-block" style="background-color: #062945;" href="https://pennapps.us4.list-manage.com/subscribe/post?u=2dd224d14c18f6d857bcff1a9&id=eed13cc503" target="_blank">Sign up to receive updates!</a>
<br>
<br>
</div>
</div>
</div>
</body>
</html>