-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsplash.html
More file actions
23 lines (23 loc) · 805 Bytes
/
splash.html
File metadata and controls
23 lines (23 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alex Kibler</title>
<link rel="stylesheet" href="styles/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
<link rel="stylesheet" href="styles/home.css">
</head>
<body>
<div id='splash-content'>
<pre>
<span class='gray'>// TODO: finish portfolio site</span>
<span class='purple'>class</span> <span class='yellow'>AlexKibler</span> extends <span class='yellow'>WebDeveloper</span> {
<span class='cyan'>portfolio</span> () {
<span class='blue'>console</span>.log(<span class='yellow'>'Coming soon!'</span>)
}
}<span class='cursor'>_</span>
</pre>
</div>
</body>
</html>