-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (79 loc) · 4.16 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Gergely David</title>
<meta name="veiwport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="content/webiste.css">
<link rel="stylesheet" href="content/normalize.css">
</head>
<body>
<div class="container">
<header>
<div class="row clearfix">
<div class="column">
<h1>Gergely David</h1>
</div>
</div>
<nav>
<div class="row clearfix">
<div class="column fourth"> <a href="#"> About </a></div>
<div class="column fourth"> <a href="#"> Developers </a></div>
<div class="column fourth"> <a href="#"> Business </a> </div>
<div class="column fourth"> <a href="#"> Docs </a></div>
</div>
</nav>
</header>
<main>
<section>
<div class="row hide-small">
<div class="column full">
<p> Too cultivated use solicitude frequently. Dashwood likewise up consider continue entrance ladyship oh. Wrong guest given purse power is no. Friendship to connection an am considered difficulty. Country met pursuit lasting moments why calling certain the. Middletons boisterous our way understood law. Among state cease how and sight since shall. Material did pleasure breeding our humanity she contempt had. So ye really mutual no cousin piqued summer result. </p>
</div>
</div>
</section>
<section>
<div class="row">
<div class="column full">
<p> Too cultivated use solicitude frequently. Dashwood likewise up consider continue entrance ladyship oh. Wrong guest given purse power is no. Friendship to connection an am considered difficulty. Country met pursuit lasting moments why calling certain the. Middletons boisterous our way understood law. Among state cease how and sight since shall. Material did pleasure breeding our humanity she contempt had. So ye really mutual no cousin piqued summer result. </p>
</div>
</div>
</section>
<section>
<div class="row">
<div class="column third">
<h1>Descriere unu</h1>
<p>Too cultivated use solicitude frequently. Dashwood likewise up consider continue entrance ladyship oh. Wrong guest given purse power is no. Friendship to connection an am considered difficulty. Country met pursuit lasting moments why calling certain the. Middletons boisterous our way understood law. Among state cease how and sight since shall. Material did pleasure breeding our humanity she contempt had. So ye really mutual no cousin piqued summer result.
</p1>
</div>
<div class="column third">
<h1>Descriere doi</h1>
<p>Too cultivated use solicitude frequently. Dashwood likewise up consider continue entrance ladyship oh. Wrong guest given purse power is no. Friendship to connection an am considered difficulty. Country met pursuit lasting moments why calling certain the. Middletons boisterous our way understood law. Among state cease how and sight since shall. Material did pleasure breeding our humanity she contempt had. So ye really mutual no cousin piqued summer result.
</p1>
</div>
<div class="column third">
<h1>Descriere trei</h1>
<p>Too cultivated use solicitude frequently. Dashwood likewise up consider continue entrance ladyship oh. Wrong guest given purse power is no. Friendship to connection an am considered difficulty. Country met pursuit lasting moments why calling certain the. Middletons boisterous our way understood law. Among state cease how and sight since shall. Material did pleasure breeding our humanity she contempt had. So ye really mutual no cousin piqued summer result.
</p1>
</div>
</div>
</section>
</main>
<footer>
<div class="row clearfix">
<div class="column third">
<p>Logo text</p>
</div>
<div class="column two-third">
<div class="column two-third">
<div class="column fourth"><a href="#">Contact</a></div>
</div>
<div class="column third">
<p>Social icons</p>
</div>
</div>
</div>
</footer>
</div>
</body>
</html>