-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
239 lines (195 loc) · 7.28 KB
/
index.html
File metadata and controls
239 lines (195 loc) · 7.28 KB
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
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
<!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>My Portfolio</title>
<!--ICONSCOUT CDN-->
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v4.0.0/css/line.css">
<link rel="stylesheet" href="./css/styles.css">
<!-- SWIPER JS -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"/>
<link rel="stylesheet" href="./css/styles.css">
</head>
<body>
<!-- ====================NAVIGATION BAR================================ -->
<section>
<nav>
<div class="container nav--container">
<div class="nav--image">
<img src="./images/logo.jpg">
</div>
<span>Personal <span style="color:aqua">✨Portfolio✨</span></span>
<ul class="nav--list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<button id="open-menu-btn"><i class="uil uil-bars"></i></button>
<button id="close-menu-btn"><i class="uil uil-multiply"></i></button>
</div>
</nav>
</section>
<!-- ====================END OF NAVIGATION BAR================================ -->
<!-- ====================HEADER================================ -->
<section>
<div class="container header--container">
<div class="header--left">
<h4 style="color:chartreuse">Hello, </h4>
<h4 style="color:chartreuse">My name is</h4><br>
<h3 style="color:chocolate">Samwel Wilson</h3>
<p style="color:white">
I'm currently a student at University of Dar es salaam,
pursuing Bachelor of Science in Computer Science.
I'm so much interested in coding especially in
Web Development and mobile applications Development.
</p>
</div>
<div class="header--right">
<img src="./images/11.jpg">
</div>
</div>
</section>
<!-- ====================ABOUT SECTION================================ -->
<about>
<div class="about">
<div class="container about--container">
<div class="about--left">
<img src="./images/18.png">
</div>
<div class="about--right">
<h3>About me</h3>
<p>
I'm really interested in coding and i can provide clean code and pixel
perfect design. I also make website
more interactive with web animations
</p>
<a href="about.html" class="btn btn-primary">Learn more</a>
</div>
</div>
</div>
</about>
<!-- ====================END OF ABOUT SECTION================================ -->
<!-- ====================PROJECTS SECTION================================ -->
<section>
<div class="projects">
<h2>Some projects i have accomplish</h2>
<div class="container project--container">
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
<article class="project">
<div class="project--pic">
<img src="./images/logo.jpg">
</div>
<h3>Educational Website</h3>
<p>
This is the multi-page website for the purpose
of being used in Educational institutions such
as Universities, Colleges and Middle schools.
</p>
<a href="projects.html" class="btn">Learn More</a>
</article>
</div>
</div>
</section>
<!-- ====================END OF PROJECTS SECTION================================ -->
<!-- ====================FOOTER SECTION================================ -->
<footer>
<div class="container footer--container">
<div class="footer--links">
<h4>Important Links</h4>
<ul class="footer--links-list">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer--projects">
<h4>List of Projects</h4>
<ul>
<li>Educational Website</li>
<li>Educational Website</li>
<li>Educational Website</li>
<li>Educational Website</li>
</ul>
</div>
<div class="footer--list">
<h4>Important List</h4>
<ul>
<li>Lorem, ipsum.</li>
<li>Lorem, ipsum.</li>
<li>Lorem, ipsum.</li>
<li>Lorem, ipsum.</li>
</ul>
</div>
</div>
<div class="footer--copy">
<p>Copyright ©2022 S.P Co Ltd</p>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>