-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
42 lines (38 loc) · 1.21 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Nodeschool Haarlem</title>
<link href="//fonts.googleapis.com/css?family=Source+Sans+Pro:400,700|Source+Code+Pro" rel="stylesheet" type="text/css">
<link href="resources/style.css" rel="stylesheet" type="text/css" />
<style>
h1 {
margin: 0 0 50px 0;
background-color: #e67e22;
color: #fff;
font-size: 2.5em;
line-height: 1.3em;
font-weight: 700;
text-align: center;
}
.logo {
display: block;
width: 400px;
margin: 0 auto 40px;
}
</style>
</head>
<body>
<header></header>
<h1>Nodeschool Haarlem</h1>
<a href="http://sytac.io/"><img class="logo" src="resources/nodeschool-haarlem.svg" alt="sytac.io"></a>
<div class="text-editor-wrap">
<div class="title-bar"><span class="title">nodeschool.io/haarlem/ — bash — 80x<span class="terminal-height">10</span></span></div>
<div class="text-body">
$ <span id="typed">Try it out!</span>
</div>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.12.2/jquery.slim.min.js"></script>
<script src="resources/typed.js"></script>
</body>
</html>