-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (46 loc) · 1.48 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
<!DOCTYPE HTML>
<html>
<head>
<title>Lethycia</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<div id='wrapper'>
<div id='header'>
<div id='banner'>
<a href="http://www.programmed.in" target="_blank"><h2>Programmed.in</h2></a>
</div>
<div id='links'>
<p>
<a href="http://twitter.com/lethyciavf" target="_blank"><img src="tt.png" alt="Twitter"></a>
</p>
<p>
<a href="http://fb.com/lethyciavf" target="_blank"><img src="fb.png" alt="Facebook"></a>
</p>
<p>
<a href="http://instagram.com/lethyciavf" target="_blank"><img src="in.png" alt="Instagram"></a>
</p>
<p>
<a href="http://about.me/lethyciavf" target="_blank"><img src="plus.png" alt="More"></a>
</p>
</div>
</div>
<div id='main'>
<h1><span>L</span>earning Everyday</h1>
<p>
Hi, I'm Lethycia, a 97's kid, who's trying to find a way in life and also
<br>studying. Eternal student and wanderlust!
<br>At this moment, I'm learning Ruby, and you can see some stuffs <a href="http://lethyciavf.programmed.in/ruby/" target="_blank">here</a>.
</p>
<p>
I'd love to have you as my friend, so, if you click in the <img class="plus" src="plus.png" alt="More"/> up there,
<br>you'll find me in others places. Go ahead!
</p>
</div>
<div id='footer'>
<p> Copyright © All Rights Reserved to Programmed.in & Lethycia </p>
</div>
</div>
</body>
</html>