-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (29 loc) · 929 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Coursekit!</title>
<link rel="stylesheet" href="style.css" />
<meta charset="utf-8" />
</head>
<body>
<a id="fork-me-on-github" href="http://github.com/talsafran/coursekit-logo-css">
<img src="https://a248.e.akamai.net/assets.github.com/img/bec6c51521dcc8148146135149fe06a9cc737577/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f6c6566745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub">
</a>
<a href="http://coursekit.com">
<div id="container">
<div class="triangles">
<div class="orange"></div>
<div class="red"></div>
<div class="purple"></div>
<div class="blue first"></div>
<div class="blue second"></div>
<div class="green"></div>
<div class="circle"></div>
</div>
<div class="title">
Coursekit
</div>
</div>
</a>
</body>
</html>