-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (47 loc) · 1.64 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="fontawesome-free-5.8.1-web/css/all.css">
<link rel="stylesheet" href="style.css">
<title>Hardcode Tech</title>
</head>
<body>
<header class="header">
<div class="link-box">
<div class="a-links">
<a href="websites.html">
<i class="fas fa-pencil-ruler"></i>
Web Design</a>
<a href="aboutus.html">
<i class="fas fa-sim-card"></i>
About Us</a>
<a href="contact.php">
<i class="far fa-paper-plane"></i>
Contact</a>
</div>
</div>
<div class="tech-box">
<div class="tech-circle">
<img class="absolute-img" src="images/tech.jpg" alt="circle rays">
<p><a href="blog.html">BLOGGER!</a></p>
</div>
</div>
<div class="header_heading">
<div class="heading--primary">
<h1>HARDCODE TECH</h1>
</div>
<div class="heading--secondary">
<h2>Web Design<br> & Development</h2>
</div>
<div class="heading--tertiary">
<h2>web Games</h2>
</div>
</div>
</div>
</header>
<script type="text/javascript" src="fontawesome-free-5.8.1-web/js/all.js"></script>
</body>
</html>