-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
127 lines (126 loc) · 4.22 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<title>A website created by Lingulo using the Kube Web Framework</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/kube.min.css" />
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
</head>
<body>
<div class="content centered">
<header>
<row>
<column cols="4">
<h1>
John Doe
<span>my awesome portfolio</span>
</h1>
</column>
<column cols="8"></column>
</row>
</header>
<main class="margin-top-100">
<article>
<row>
<column cols="8">
<p class="lead">
Lorem ipsum dolor sit amet
</p>
<p>
Li Europan lingues es membres del sam familie. Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. <mark>Li lingues differe</mark> solmen in li grammatica, li pronunciation e li plu commun vocabules. Lorem ipsum dolor, consectetur adipiscing elit. Pellentesque <mark>interdum arcu</mark> eu velit consequat cursus.
</p>
<p>
Lor separat existentie es un myth. Por scientie, musica, sport etc, litot Europa usa li sam vocabular. Li lingues <mark>differe solmen</mark> in li grammatica, li pronunciation e li plu commun vocabules.
</p>
</column>
<column cols="4">
<h2>
Cool info box
<span class="margin-top-10">with a big black button</span>
<span>and some more text</span>
<button type="black" big upper class="margin-top-30">Learn More</button>
</h2>
</column>
</row>
</article>
<section class="margin-top-100 portfolio">
<h2 class="outline">My portfolio heading - this will not be displayed</h2>
<blocks cols="4">
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1082" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1076" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1067" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1064" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1052" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1048" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1041" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1033" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1025" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1021" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=1012" alt="Some alt text" />
</a>
</div>
<div>
<a href="javascript:;">
<img src="https://unsplash.it/600/400?image=999" alt="Some alt text" />
</a>
</div>
</blocks>
</section>
</main>
</div>
<footer class="margin-top-50">
<row class="text-centered">
<column cols="12">
<h2>
Contact Us
<span>- we will respond quickly -</span>
</h2>
<button type="white" big upper class="margin-top-50">Get in touch</button>
</column>
</row>
</footer>
</body>
</html>