-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstory.html
53 lines (50 loc) · 2.05 KB
/
story.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
<!DOCTYPE html>
<html>
<head>
<title>Coursekit is now Lore</title>
<link href="/style/stylesheets/microsite.css" rel="stylesheet" type="text/css" />
<meta charset="UTF-8" />
<meta name="description" content="Coursekit is now Lore">
<script type="text/javascript" src="http://coursekit.com/static_js/microsite/libs.js"></script>
<script type="text/javascript" src="/compiled/libs.js"></script>
<script type="text/javascript" src="/compiled/microsite.js"></script>
</head>
<body>
<div class="holder">
<div class="transform lore-logo">
<div class="screen">
<div class="top"><div class="first-page"></div></div>
<img class="coursekit-logo" src="/microsite_static/coursekit_logo.png">
<img class="lore-logo" src="/microsite_static/lore_lettering.svg">
<div class="dots"> </div>
<div class="bottom"><div class="next-page"></div></div>
</div>
</div>
<div class="social">
<a class="visit" href="http://lore.com">Visit Lore</a>
<div class="beneath">
<div class="left">
<a href="http://github.com" class="section github">
<div class="flag">Github<div class="arrow"></div></div>
<div class="link">Fork This</div>
</a>
<a href="http://design.lore.com/identity" class="section design">
<div class="flag">Design Process<div class="arrow"></div></div>
<div class="link">About the Logo</div>
</a>
</div>
<div class="right">
<a href="http://twitter.com/learn" class="section twitter">
<div class="flag">@learn<div class="arrow"></div></div>
<div class="twitter-icon icon"></div>
</a>
<a href="http://lore.com/jobs" class="section jobs">
<div class="flag">Lore is hiring<div class="arrow"></div></div>
<div class="link">Join us!</div>
</a>
</div>
</div>
</div>
</div>
</body>
</html>