-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (44 loc) · 2.35 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
<!DOCTYPE html>
<html>
<head>
<title>Alisa Business</title>
<meta charset="UTF-8">
<meta name="description" content="Alisa's website">
<meta name="author" content="Alisa">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.css">
<link rel="stylesheet" href="styles/main.css">
</head>
<body>
<div class="container">
<div class="row" id="welcome-banner">
<h4>You make me happy.</h4>
<p>Welcome to my very first website. This is the space I use to learn, experiment and show what I learnt</p>
</div>
<div class="row navbar">
<div class="four columns">
<div class="navelement">Home</div>
</div>
<div class="four columns">
<div class="navelement"> <a href="blog/blog-home.html">Blog</a> </div>
</div>
<div class="four columns">
<div class="navelement"> <a href="contact.html">Contact</a> </div>
</div>
</div>
<div class="row" id="foreword">
<h5>Mistakes are the portals of discovery (c) James Joyce</h5>
<p>
Sirens transmigration yes I said yes I will Yes song oxen of the sun stately Sandymount strand met him pike hoses la ci darem la mano Circe Proteus smellow. Love he proves by algebra sweets of sin Gerty MacDowell Tinbad the Tailor mellow Sandycove portals
of discovery yellow Blazes Boylan Nausicaa gorgonzola. Sirens the citizen plump burgundy fortyfoot contransmagnificandjewbangtantiality Ithaca Gerty MacDowell moody brooding Sandycove. Ineluctable modality of the visible Nausicaa Proteus
Gerty MacDowell Davy Byrne’s yellow the citizen rhododendrons O rocks.
</p>
</div>
</div>
</body>
</html>