-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
57 lines (56 loc) · 2.4 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 lang="en">
<head>
<meta charset="UTF-8">
<title>MaxPhiliphotography</title>
<link rel="stylesheet" type="text/css" href="flexed.css">
<link href='https://fonts.googleapis.com/css?family=Yantramanav:400,100,300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto:400,700,300|Open+Sans:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="flexed.css">
</head>
<body>
<div class="global container" id="home">
<section class="masthead">
<div class="flexed container">
<div class="header item">
<h1>MAX PHILIPHOTOGRAPHY</h1>
</div>
</div>
</section>
<section class="content">
<div class="flexed container">
<div class="description item">
<h2>Gabbeh Ipsum</h2>
<p>
Gabbeh ipsum dolor sit amet food sleep more food meow I like food or ice cream I eat and sleep more. I eat then sleep on floor just meow like cake. I eat pizza on a good day and bad but not all day because sleep. Meow. More food yes please what I don't know bruh food meow. More food is more code but not when hungry. I have problem I'm hungry and ice cream what about life. Friendzone food yay. Rage quit and ask friends for food cute puppies meow on laptop. Where my food at bruh. I sleep more but eat less so I never meow.
</p>
</div>
</div>
</section>
<section class="photos">
<div class="stackable flexed container">
<a id="img-1" href="images/7.jpg" class="two thirds item"></a>
<a id="img-2" href="images/11.jpg" class="one third item"></a>
</div>
<div class="stackable flexed container">
<a id="img-3" class="half item" href="images/8"></a>
<a id="img-4" class="half item" href="images/10"></a>
</div>
<div class="stackable flexed container">
<a id="img-5" class="one third item" href="images/6"></a>
<a id="img-6" class="two thirds item" href="images/14"></a>
</div>
</section>
<section class="footer">
<div id="contact" class="flexed container">
<div class="item">
<a href="https://www.facebook.com/MaxPhiliphotography/"><i class="fa fa-facebook-official"></i></a>
<a href="https://instagram.com/instamaxp/"><i class="fa fa-instagram"></i></a>
</div>
</div>
</section>
</div>
</body>
</html>