-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (46 loc) · 1.44 KB
/
index.html
File metadata and controls
48 lines (46 loc) · 1.44 KB
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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Personal Website</title>
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900'><link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div id="container">
<div id="content">
<div id="about">
<h1>
<div style='float:left; margin-bottom:20px;'>
@FirstName @LastName
</div>
<div class="stage">
<div class="pyramid3d">
<div class="triangle side1"></div>
<div class="triangle side2"></div>
<div class="triangle side3"></div>
<div class="triangle side4"></div>
</div>
</div>
</h1>
<h3 style='clear:both' class="subhead">
<a href="https://plus.google.com/108495471566196018473/posts">@FirstName</a> is an enthusiastic learner and a disciple of the asafpelegcodes dojo
</h3>
<p id='pleft'>
Is learning Docker and is continuously working on personal projects.
</p>
<p id='pright'>
Look for sample of work below
</p>
<ul>
<li><a href="https://example.com/">First Example</a></li>
<li><a href="https://www.iana.org/domains/reserved">Second Example</a></li>
</ul>
<p>
Feel free to contact @FirstName at @EmailHandle[at]@EmailHost for inquiries
</p>
</div>
</div>
</div>
</body>
</html>