-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
59 lines (59 loc) · 2.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<head>
<title>@sebsonic2o</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./stylesheets/default.css">
</head>
<body>
<div id="top">
<nav id="logo"><a href="./index.html">sebsonic2o</a></nav>
<div id="banner">
<div id="keyword-left">
<section class="my-keyword">Embrace.</section>
</div>
<div id="keyword-middle">
<section class="my-keyword">Develop.</section>
</div>
<div id="keyword-right">
<section class="my-keyword">Grow.</section>
</div>
<section id="sentence">Ready to succeed. Never succeed.</section>
<section id="connect">Let's connect.</section>
<div id="icons-bottom">
<section class="icon"><a href="https://plus.google.com/u/0/+SebastienCheraux"><img src="./imgs/google-icon.svg" alt="Google Plus" /></a></section>
<section class="icon"><a href="https://twitter.com/sebsonic2o"><img src="./imgs/twitter-icon.svg" alt="Twitter" /></a></section>
<section class="icon"><a href="https://github.com/sebsonic2o"><img src="./imgs/github-icon.svg" alt="GitHub" /></a></section>
<section class="icon"><a href="https://www.linkedin.com/in/sebsonic2o"><img src="./imgs/linkedin-icon.svg" alt="Linked In" /></a></section>
<section class="icon"><a href="mailto:[email protected]"><img src="./imgs/mail-icon.svg" alt="Mail" /></a></section>
</div>
</div>
<div id="menu">
<section id="menu-title">MENU</section>
<section id="menu-icon"></section>
<nav class="menu-item"><a href="./about/index.html">About</a></nav>
<nav class="menu-item"><a href="./projects/index.html">Projects</a></nav>
<nav class="menu-item"><a href="./blog/index.html">Blog</a></nav>
<nav class="menu-item"><a href="./contact/index.html">Contact</a></nav>
</div>
</div>
<div id="bottom">
<a href="./blog/c9-questions.html">
<div id="left">
<section class="title">What's My Question?!</section>
<section class="from">Blog</section>
</div>
</a>
<a href="./projects/index.html">
<div id="middle">
<section class="title">Project Z</section>
<section class="from">Projects</section>
</div>
</a>
<a href="./cheatsheet/cheat-sheet.html#basics">
<div id="right">
<section class="title">Ruby Basics</section>
<section class="from">CheatSheets</section>
</div>
</a>
</div>
</body>