-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathX4nd3r's Portfolio.html
152 lines (128 loc) · 4.3 KB
/
X4nd3r's Portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>X4nd3r's Portfolio</title>
<link rel="stylesheet" href="X4nd3r's Portfolio.css">
</head>
<body>
<header>
<img src="x4n.jpg" width="150" height="150"><br>
<hi>
<b>Alexander Ananyi</b>
</hi>
<p>
Web Developer<br>
<a href="https://www.facebook.com/alexander.ananyi">Facebook</a><br>
Technologies: HTML, CSS, JavaScript
</p>
</header>
<aside>
<p>
MY PORTFOLIO HIGHLIGHTS
</p>
<div class="button1">
<ul>
<li>designing websites</li><br>
<li>mastering CSS</li>
</ul>
</div>
</aside>
<section>
<h2>
Analytic Ninja, mastering the art of extracting insights fro chaos!
</h2>
<h3>
My Work
</h3>
<p>
take a look at my latest works;
</p>
<div class="button2">
<ul>
<li><button><a href="http://127.0.0.1:3002/c:/Users/DELL/OneDrive/Desktop/foodblog/foodblog.html">YUMBLOG</a></button></li><br>
<li><button><a href="http://127.0.0.1:3000/kibo.html">KIBO</a></button></li><br>
<li><button><a href="http://127.0.0.1:3000/voices of open source/foodblog.html">XANDER'S KITCHEN</a></button></li>
</ul>
</div>
<h3>
My Certifications
</h3>
<p>
these are the industry credentials that I've earned;
</p>
<div class="button3">
<ul>
<li><button>B.eng Civil Engineering<br> university of port-harcourt</button></li><br>
<li><button>WASSCE<br> Greenfields Academy</button></li><br>
<li><button>NECO<br> Greenfields Academy</button></li>
</ul>
</div>
<h3>
Software Development Course Completion
</h3>
<p>
take a look at the courses I've learned so far;
</p>
<div class="button4">
<ul>
<li><button>HTML<br> hypertext markup language</button></li><br>
<li><button>CSS<br> cascading style sheet</button></li>
</ul>
</div>
<h3>
Courses yet to Complete
</h3>
<p>
take a look at some of the courses I look forward to learning;
</p>
<div class="button5">
<ul>
<li><button>JS<br> JavaScript</button></li><br>
<li><button>Introduction to python</button></li><br>
<li><button>Introduction to SQL</button></li><br>
<li><button>Introduction to XML</button></li>
</ul>
</div>
<h3>
My Work Experince
</h3>
<p>
where I've interned and worked in my career;
</p>
<div class="button6">
<ul>
<li><button>N/A</button></li>
</ul>
</div>
<h3>
My Education
</h3>
<p>
take a look at my formal Education;
</p>
<div class="button7">
<ul>
<li><button>B.eng Civil Engineering<br> university of port-harcourt<br>2018-2024</button></li>
</ul>
</div>
<h3>
About Me
</h3>
<img class="about" src="x4n.jpg" width="150" height="150">
<p class="aboutme">
My mission is to harness the power of data to unlock valuable insights that drive informed<br>
decision-making. I am committed to using my skills and knowledge to make a meaningful impact<br>
in the world of data analytics.
</p>
</section>
<footer>
<div class="outter button">
<button>
Work Certifications Courses Experience Education About Me
<div class="inner button"><button><a href="#">create your own data portfolio for free</a></button></div>
</button></div>
</footer>
</body>
</html>