This repository was archived by the owner on Aug 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
82 lines (69 loc) · 2.67 KB
/
Copy pathindex.html
File metadata and controls
82 lines (69 loc) · 2.67 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>365DaysTo</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<span class="logo icon fa-paper-plane"></span>
<h1>#365DaysTo</h1>
<p>Let's study for 365 days straight to get a job in any tech company we want to.</a>
</div>
<!-- Main -->
<div id="main">
<header class="major container medium">
<h2>We study for a year
<br />
to get a job in any
<br />
tech company we want to work.</h2>
</header>
<div class="box alt container">
<section class="feature left">
<a href="https://github.com/365DaysTo/Rules" target="_blank" class="image icon solid fa-signal"><img src="images/pic01.jpg" alt="" /></a>
<div class="content">
<h3>The First Thing</h3>
<p>Read our rules <a href="https://github.com/365DaysTo/Rules" target="_blank">here!</a></p>
</div>
</section>
<section class="feature right">
<a href="#" class="image icon solid fa-code"><img src="images/pic02.jpg" alt="" /></a>
<div class="content">
<h3>The Second Thing</h3>
<p>Remember to tweet everyday with <strong>#365DaysTo</strong>, because every study session counts and matters a lot! =)</p>
</div>
</section>
<section class="feature left">
<a href="#" class="image icon solid fa-mobile-alt"><img src="images/pic03.jpg" alt="" /></a>
<div class="content">
<h3>The Third Thing</h3>
<p>Let's have a lot of fun!</p>
</div>
</section>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="container medium">
<header class="major last">
<h2>Questions or comments?</h2>
</header>
<ul class="icons">
<li><a href="https://twitter.com/hashtag/365DaysToGoogle?src=hashtag_click" target="_blank" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/365DaysTo" target="_blank" class="icon brands fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>