-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
38 lines (38 loc) · 1.63 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale=1">
<title>Waffly</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="css/theme.css" type="text/css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Work+Sans:300,400,600" rel="stylesheet">
</head>
<body>
<!--Container-->
<div class="container-fluid" id="content-wrapper">
<div class="row">
<div style="display: inline-block;">
<img src="images/waffly_logo.png" style="width: 50px; margin: 0 5px 10px 0">
</div>
<span class="light-cream header-sm" style="display:inline-block; line-height: 40px; padding-top: 10px">WAFFLY</h3>
</div>
<div class="row" style="margin-top: 15px">
<p class="light-cream" style="width: 100%">
Henlo, we are Waffly, welcome to our neat website. We are a couple of developers
that always like learning new stuff, specifically UI and design. As of now we're
doing some cute projects which you'll hopefully see soon.
<br><br>
Thanks so much for visiting!
<br><br>
</p>
</div>
<div class="row">
<div style="display: inline-block;">
<img src="images/henlo.png" style="width: 70vw; max-width: 400px">
</div>
</div>
</div>
</body>
</html>