-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (83 loc) · 2.98 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
<!DOCTYPE html>
<html>
<head>
<title>Designco Mockup</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Stylesheets go here. -->
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.2.0/normalize.min.css" />
<link rel="stylesheet" type="text/css" href="css/global.css" />
</head>
<body class="body">
<header>
<div class="banner">
<div id="red-line">
</div>
<div class="search">
</div>
<div class="container">
<div class="designco-logo">
</div>
<p class="text red-text">
<a href="#" style="text-decoration:none">Home</a>
</p>
<p class="text">
<a href="#" style="text-decoration:none">Portfolio</a>
</p>
<p class="text">
<a href="#" style="text-decoration:none">About</a>
</p>
<p class="text">
<a href="#" style="text-decoration:none">Contact</a>
</p>
</div>
</div>
</header>
<main>
<div class="middle-text">
<h1><strong>The Details Matter</strong></h1>
<p>We're making beautiful website layouts<br />using mordern methods.
</p>
</div>
<div class="pic-section">
<div class="pic-container1">
<div class="block1a hover">
<img src="http://unsplash.it/600/300?random" alt="random pic1" />
</div>
<div class="blockbc">
<div class="block1b hover">
<img src="http://unsplash.it/300/200?random" alt="random pic2" />
</div>
<div class="block1c hover">
<img src="http://unsplash.it/300/134?random" alt="random pic3" />
</div>
</div>
</div>
<div class="pic-container2">
<div class="block2a hover">
<img src="http://unsplash.it/300/200?random" alt="random pic4" />
</div>
<div class="block2b hover">
<img src="http://unsplash.it/300/265?random" alt="random pic5" />
</div>
</div>
</div>
<div class="bottom-section">
<div class="bottom-text1">
<h3 class="red-text">What's New</h3>
<p>We always have new projects<br /> that clients hire for us.</p>
<p>
<a href="#">View recent projects</a>
</p>
</div>
<div class="bottom-text2">
<h3>Modern Layouts</h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</p>
</div>
</div>
</main>
</body>
</html>