-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
98 lines (90 loc) · 3.9 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
88
89
90
91
92
93
94
95
96
97
98
<!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" />
<title>Document</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="icon"
href="https://cdn-icons.flaticon.com/png/512/5349/premium/5349022.png?token=exp=1654022077~hmac=54a2e4687fe65d8d54fea10302ea4715"
/>
<link
href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Roboto&family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header>
<navbar>
<div class="logo"> <img class="logo-img" src="images/profile.png" alt=""> </div>
<nav-links>
<a href="#about-me">About ME</a>
<a href="#contact">contact Me</a>
<a href="#services">Service</a>
<a href="https://codepen.io/andarson-brel">Projects</a>
</nav-links>
</navbar>
</header>
<main>
<section class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1 class="name">I'm Daniel Andara</h1>
<h2 class="web-designer">A Web Designer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud image">
<img class="bottom-cloud2" src="images/cloud.png" alt="cloud image">
<img src="images/mountain.png" alt="mountain-image">
</section>
<section id="about-me">
<div class="middle-container">
<div class="profile">
<img class="profile-image" src="images/Innocent.jpg" alt="">
<h2>Hello</h2>
<p class="intro">Welcome to my little world of design and technical fantasy, here is where my imaginations are
brought to life, I am a Biochemistry Graduate, a Graphice Designer, Blogger and a Wordpress Web Developer
</p>
</div>
</section>
<hr>
<section id="services">
<div class="skills">
<h2>My skills</h2>
<div class="skill-row">
<img class="design-image" src="images/design.png" alt="">
<h3>Designing</h3>
<p>I let my imaginations run wild and with the aid of the right tools, I bring them to life. I also Bring
others phanthomed imaginations to life in an aestethically pleasing way. I am also a learned UX/UI designer
that is always ready to
serve and design products for users of all demography</p>
</div>
<div class="skill-row">
<img class="web-dev-image" src="images/programming.png" alt="">
<h3>Frontend Web-developer</h3>
<p>Currently Learning Frontend web-development That is planning to aquire web-development as a skill </p>
</div>
</div>
</section>
<hr>
<section id="contact">
<img class="contact-image" src="images/contact.png" alt="">
<h2 class="get-intouch">Get In Touch</h2>
<h3>You can Reach Me via details below</h3>
<p class="contact-msg">Lorem ipsum dolor sit amet, in quis, aenean amet. Phasellus sodales, tellus donec dui,
ornare erat.</p>
<button class="button" type="button" name="button"><a class="btn" href="Contact.html">CONTACT
ME</a></button>
</div>
</div>
</section>
</main>
<footer>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://Nextdayvibes.com.ng/">Website</a>
<p class="footer-cpr">© Daniel Andara 2022.</p>
</div>
</footer>
</body>
</html>