forked from ayomidepaul/ayomidepaul.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
171 lines (142 loc) · 6.6 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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
<!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>Ayomide</title>
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="stylesheet" href="./assets/css/all.min.css">
<link rel="stylesheet" href="./assets/css/fontawesome.min.css">
</head>
<body>
<div class="navbar">
<div class="logo">
<img src="./assets/img/logo.jpg" alt="" width="70px" >
Taiwo Ayomide
</div>
<div class="navlinks">
<a href="./index.html" class="navlink">Home</a>
<a href="./about.html" class="navlink">About</a>
<a href="./project.html" class="navlink">Project</a>
<a href="./contact.html" class="navlink">Contact</a>
</div>
<div class="nav-icon">
<i class="fa fa-navicon" id="navopen"></i>
<i class="fa fa-times" id="navclose"></i>
</div>
</div>
<div class="container">
<div class="main">
<div class="top">
<p class="about">Hi,I am Ayomide</p>
<h1>Frontend Web Developer & <br> Graphics Designer </h1>
</div>
<img src="./assets/img/hero-image.jpg" alt="" class="image" width="300px">
</div>
<div class="coding-img">
<img src="./assets/img/codingmyweb.png" alt="" class="coding-images" width="500px" height="500px">
</div>
<div class="bottom">
<div class="bottom-text">
<h2>Hi,I am Ayomide.Nice to meet you.</h2>
<center><p> As a designer, I have done several works for clients and colloborated with
both physical and online teachers to get more ideas to create an identity that
defines your business. I'm confident and naturally curious and keeps developing to get to the peak.
</p></center>
</div>
<div class="cards">
<div class="card left">
<img src="./assets/img/graphics-pic.jpg" alt="" width="100px" height="100px" class="card-image">
<h1>Graphics Designer</h1>
<p>I value simple content structure,clean design patterns,plan concepts by studying information and materials
that define a brand or product to inspire,inform and captivate consumers
</p>
<div class="tools">
<h2>Design Tools</h2>
<p>CorelDRAW<br>
Canva<br>
Figma<br>
Print Artist<br>
Photoshop<br>
</p>
</div>
</div>
<div class="card">
<img src="./assets/img/webdev-pic.jpg" alt="" width="100px" height="100px" class="card-image">
<h1>Frontend Web Developer</h1>
<p>I am responsible for the design,layout and construction of websites and ensure sites meet user
expectations by the appearance,efficiency using best software development pratices.
</p>
<div class="tools">
<h2>Dev Tools</h2>
<p>Adobe Dreamweaver<br>
Bootstrap<br>
Github<br>
Sublime Text<br>
Visual Studio Code<br>
</p>
</div>
</div>
<div class="card right">
<img src="./assets/img/ux-ui-pic.jpg" alt="" width="100px" height="100px" class="card-image">
<h1>UI/UX Designer</h1>
<p>I create user interface for app,websites with great branding strategies to effectively
reach more users. I illustrate ideas using sitemaps,process flows for better user experience.
</p>
<div class="tools">
<h2>UI/UX Design Tools</h2>
<p>Adobe XD<br>
Figma<br>
InVision<br>
Sketch<br>
</p>
</div>
</div>
</div>
<div class="project">
<div class="project-text">
<h2>Projects</h2>
<p>Here are a few design projects I have worked on. Want to see more?</p>
</div>
<div class="project-cards">
<div class="project-card"><img src="./assets/img/December.jpg" alt=""></div>
<div class="project-card"><img src="./assets/img/nov.jpg" alt=""></div>
<div class="project-card"><img src="./assets/img/haryomide-card.jpg" alt=""></div>
</div>
<a href="./project.html" class="see-more">See more</a>
</div>
<footer>
<div class="links">
<a href="./about.html">About</a>
<a href="./project.html">Project</a>
<a href="./contact.html">Contact</a>
<h3>Say Hello</h3>
</div>
<div class="footer-details">
<ul>
<li>
<a href="https://www.facebook.com/ayomide.taiwo.1401"><i class="fa-brands fa-facebook-f"></i></a>
</li>
<li>
<a href="https://www.instagram.com/haryomide2007?r=nametag"><i class="fa-brands fa-instagram"></i></a>
</li>
<li>
<a href="https://wa.me/qr/MKEHQ4R4AOQKO1"><i class="fa-brands fa-whatsapp"></i></a>
</li>
<li>
<a href="#"><i class="fa-brands fa-linkedin"></i></a>
</li>
<li>
<a href="mailto:ayomidepaul784@gmail.com?"><i class="fa fa-envelope"></i></a>
</li>
</ul>
</div>
<hr>
<p class="copyright">©Taiwo Ayomide 2022</p>
</footer>
</div>
</div>
<script src="./assets/js/navbar.js"></script>
</body>
</html>