-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
122 lines (109 loc) · 3.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>More Water For Whales</title>
<meta name="description" content="More Water For a Whales.">
<meta name="keywords" content="recycle, plastic recycle, renewables">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<link rel="shortcut icon" href="">
<link rel="stylesheet" href="./assets/css/normalize.css" type="text/css">
<link rel="stylesheet" href="./assets/css/home.css" type="text/css">
</head>
<body class="home">
<header>
<div class="inner">
<h1 class="title"><span class="logo_preffix">W</span><span class="logo_suffix">ore Water For Whales</span></h1>
<h1><a href="#1">good plastic company</a></h1>
</div>
</header>
<main>
<!-- The First Row -->
<a href="#1" class="trapezoid-1">
<article class="trapezoid-1">
<h2>Good Plastic<br/>Company</h2>
<h5>
<span class="name-nowrap">Mission</span>
</h5>
</article>
</a>
<a href="#" class="home-image">
<article style="background-image: url(/assets/imgs/img_4.jpg)">
<figcaption><h5></h5></figcaption>
</article>
</a>
<a href="#2" class="circle-1">
<article class="circle-1">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<a href="#" class="home-image">
<article style="background-image: url(/assets/imgs/img_2.jpg)">
<figcaption><h5></h5></figcaption>
</article>
</a>
<a href="#3" class="circle-square-1">
<article class="circle-square-1">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<a href="#4" class="trapezoid-2">
<article class="trapezoid-2">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<!-- The Second Row -->
<a href="#5" class="circle-square-2">
<article class="circle-square-2">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<a href="#6" class="trapezoid-3">
<article class="trapezoid-3">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<a href="#" class="home-image">
<article style="background-image: url(/assets/imgs/img_3.jpg)">
<figcaption><h5></h5></figcaption>
</article>
</a>
<a href="#7" class="trapezoid-4">
<article class="trapezoid-4">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
<a href="#" class="home-image">
<article style="background-image: url(/assets/imgs/img_1.jpg)">
<figcaption><h5></h5></figcaption>
</article>
</a>
<a href="#8" class="trapezoid-5">
<article class="trapezoid-5">
<h2>Lorem Ipsum<br/>Dolor Sit Amet</h2>
<h5>
<span class="name-nowrap">Lorem Ipsum</span>
</h5>
</article>
</a>
</main>
</body>
</html>