-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (69 loc) · 2.68 KB
/
index.html
File metadata and controls
72 lines (69 loc) · 2.68 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="CSS">
<meta name="author" content="Vanodhya Oshadhi">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>
<div class="navMenu">
<img src="img/sample-logo.png" id="logo">
<ul class="menu">
<li><a class="active" href=""><b>Home</b></a></li>
<li><a href=""><b>Works</b></a></li>
<li><a href=""><b>Services</b></a></li>
<li><a href=""><b>About Us</b></a></li>
<li><a href=""><b>Contact Us</b></a></li>
</ul>
</div>
<div class="container coverPic">
<div class="coverText">
<div>
<div class="maintext"><b>Adventures in <span>CREATIVE</span> age</b></div>
</div>
<div>
<div class="subtext">We believe that designing products and services in close<br>
partnership with our clients is the only way to have a real<br>
impact on their <span>business</span>.</div>
</div>
</div>
</div>
<div class="formTxt">
<h3> About our Agency</h3>
<p>We help our clients succeed by creating brand identities digital experiences, and print materials that
communicate clearly,<br>
achieve marketing goals and look fantastic.</p>
</div>
<div class="grid-container">
<div class="grid-item">
<div><img class="img-style" src="img/settings.svg" alt="settingsicon"></div>
<div>Newest Technology</div>
</div>
<div class="grid-item">
<div><img class="img-style" src="img/levels.svg" alt="settingsicon"></div>
<div>Attention to details</div>
</div>
<div class="grid-item">
<div><img class="img-style" src="img/set-square.svg" alt="settingsicon"></div>
<div>Quality Work</div>
</div>
</div>
<div class="form-action">
<div class="formTxt">
<h3>Let's create something extraordinary</h3>
<p>Produce the highest quality work and services for every client, on every project</p>
</div>
<form class="form" action="#" method="GET" autocomplete target="_blank">
<br>
<input type="text" placeholder="Your Name" required>
<input type="email" placeholder="Email Address" required>
<button class="button">Contact Us</button>
</form>
</div>
<footer class="footer" style="text-align: center">
© 2019. All Rights Reserved.
</footer>
</body>
</html>