-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
85 lines (85 loc) · 3.32 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Arudi Valentine</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Catamaran:100,200,300,400,500,600,700,800,900|Cormorant+Garamond:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<link href="image/portfoilo_logo.png" rel="shortcut icon" type="image/jpg" id="favicon" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="header-brand"><img src="image/avatar7.png" alt="arudi's_avater_looks">
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="about.html">About Me</a></li>
</ul>
<a href="https://wa.me/2348132979868/?text=reacharudivalentine" class="header-chat ">Chat Me</a>
</nav>
</header>
<main>
<section class="home-banner">
<div class="vloop">
<h2>I AM A SOFTWARE<br>ENGINEER</h2>
<h1>With specialty in front-end development, functionality, UX | UI</h1>
</div>
</section>
<div class="wrapper">
<section class="index-links">
<a href="chat.html"><div class="boxlink-square-1">
<h3>CONNECT</h3>
</div>
</a>
<a href="portfolio.html"><div class="boxlink-rectangle-1">
<h3>PORTFOLIO</h3>
</div>
</a>
<a href="#">
<div class="boxlink-square-1">
<h3>QUOTES</h3>
</div>
</a>
<a href="about.html">
<div class="boxlink-square-1">
<h3>ABOUT ME</h3>
</div>
</a>
</section>
</div>
</main>
<div class="wrapper">
<footer>
<ul class="footer-links-control">
<li><a href="index.html">Home</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="#">Cases</a></li>
<li><a href="about.html">About me</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<ul class="footer-links-case">
<li><p>Latest Cases</p></li>
<li><a href="#">SOFTWARE - UNIFIED</a></li>
<li><a href="#">OFFICIAL SITE - DCAT</a></li>
<li><a href="#">TEAM - 5</a></li>
<li><a href="#">COMPANY - MACMOTION</a></li>
</ul>
<div class="footer-social-img">
<a href="https://web.facebook.com/arudivalentine">
<img src="image/facebook_butt_01.png" alt="facebook icon">
</a>
<a href="#">
<img src="image/instagram_butt_01.png" alt="instagram icon">
</a>
<a href="https://wa.me/2348132979868">
<img src="image/whatsapp_butt_01.png" alt="whatsapp icon">
</a>
</div>
</footer>
</div>
</body>
</html>