-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
64 lines (61 loc) · 2.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/x-icon" href="./images/favicon.png" />
<title>A-116 Coders | Design Challenge 1</title>
<!--Stylessheet-->
<link rel="stylesheet" href="./css/styles.css" />
<!--Google Fonts (Montserrat)-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600&display=swap"
rel="stylesheet"
/>
</head>
<body>
<section class="second">
<img src="./images/bggradient.png" id="bg2" width="100%" height="100%" />
<div class="aa">
<h2>All-new technology</h2>
<p>News write-ups offer a great way to let clients</p>
<p>know about new products and services, events,</p>
<p>awards, and more. News write-ups offer a great</p>
<p>way to let clients know about new products and</p>
<p>services, events, awards, and more.</p>
</div>
<img
src="./images/wifi-router.png"
id="wifi"
alt="wifi"
width="460"
height="391"
/>
<!--would appreciate a better image here lol -->
</section>
<section class="third">
</section>
<!--footer??-->
<section class="fifth">
<img src="bggradient.png" id="bg5" width="100%" height="100%" >
<h2 class="ab">Connect with us</h2>
<div class="ac">
<h3>MAIN OFFICE</h3>
<p>123 Anywhere St.</p>
<p>Any City, State</p>
<p>Any country </p>
<p>(123) 456 7890 </p>
<h3 class="ae"><a href="mailto:[email protected]">[email protected]</a></h3>
</div>
<div class="ad">
<h3>SOCIAL MEDIA</h3>
<a href=""><p>Facebook</p></a>
<a href=""><p>Instagram</p></a>
<a href=""><p>Twitter</p></a>
</div>
</section>
</body>
</html>