-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio.html
74 lines (74 loc) · 5.07 KB
/
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
<!DOCTYPE html>
<html>
<head>
<title>My Portfolio- Eric Kibogo</title>
<link rel="stylesheet" href="css/styles.css" type="text/css">
<meta charset="UTF-8">
</head>
<body>
<h1>My Portfolio</h1>
<h2>Eric Kibogo</h2>
<div class= About>
<h3>ABOUT ME</h3>
<img src="img/eric.jpg" alt="A photo of me!">
<p><strong>Name: </strong>Eric Kibogo</p>
<p><strong>Date of Birth: </strong>21st June 1998</p>
<p><strong>Hometown: </strong>Nairobi, Kenya</p>
<ul><strong>Interests</strong>
<li>Playing tennis and golf</li>
<li>Watching sports, especially F1</li>
<li>Reading fiction and non-fiction</li>
<li>Writing</li>
</ul>
<img src="img/tennis.jpg" alt="Tennis with Dennis">
</div>
<div class= "Intro">
<h3>INTRODUCTION</h3>
<p>Hello and welcome to my portfolio landing page! My name is <span>Eric Kibogo</span> and this page is designed to tell you a bit about <span>me, my education and experience, and the exciting projects I've been working on</span> in my short time at Moringa School.</p>
</div>
<div>
<h3>EDUCATION AND EXPERIENCE</h3>
<p>Here is some information about my educational background.</p>
<ol>
<li><span class= "important">Bachelor of Laws (LLB (Hons))</span><br>UNIVERSITY OF NOTTINGHAM<br>2017-2020</li>
<li>GCE A-Levels:<br><span class= "important">Chemistry, History, Biology, French (AS)</span></li>
</ol>
<p>I have worked for a number of establishments, most significantly:</p>
<ul>
<li><span class= "important">Bowmans Law (2014, 2018)</span>- Interning at a law firm: the work was intense and demanding, requiring excellent communication skills.</li><br>
<li><span class= "important">RedHouse Marketing (2016)</span>- dynamic work, involving a number of clients and a range of advertising media, including print, TV and outdoors, and public relations work.</li>
</ul>
</div>
<div>
<h3>PROGRAMMING</h3>
<p>I've always been interested in programming, and how programmers are able to code (which looked like Greek to me only a few weeks ago!). While computers are powerful tools, they are really very simple and follow rules stringently and literally, which can make them very frustrating to deal with.<br>I am coming to learn that good programming is really just an effective way to communicate with a computer, and getting it to do what you want it to do. The many programming languages developers use are versatile, and can be stacked on top of each other to craft powerful tools. I joined Moringa to gain an undertsanding of how I can work with computers to create effective tools for myself and others. While the work displayed here is quite basic, I will keep this page updated with more complex projects as and when I learn about them.</p>
</div>
<div>
<h3>PROJECTS</h3>
<p>Below I have listed some of the projects I have completed in my short programming career, with the latest first. Click on the links to see the projects.</p>
<ol>
<li><a href="https://ek98-ocean.github.io/animal-shelter/"><em>Animal Shelter:</em></a><br>Project completed using HTML and CSS to incorporate my understanding of the box model.</li>
<br>
<li><a href="https://ek98-ocean.github.io/yumi/"><em>My Favourite Band:</em></a><br>Project in HTML and CSS showing understanding of floats.</li>
<br>
<li><a href="https://ek98-ocean.github.io/resume/"><em>My Resume:</em></a><br>My resume, used to practice incorporating divs and spans into my work. Uses HTML and CSS.</li>
<br>
<li><a href="https://ek98-ocean.github.io/happy-trails/"><em>Travel Agency:</em></a><br>Website for a travel agency, incorporating knowledge on classes and IDs. Uses HTML and CSS</li>
<br>
<li><a href="https://ek98-ocean.github.io/paradise-island/"><em>Paradise Island webpage:</em></a><br>An early project completed using HTML and CSS, introducing CSS styling.</li>
<br>
<li><a href="https://ek98-ocean.github.io/my-first-webpage/"><em>My first webpage:</em></a><br>(Warning, very basic!) My first webpage, completed on HTML and using simple elements like "img", "ol" and "ul".</li>
</ol>
</div>
<div class= "Contact">
<h3>CONTACT</h3>
<img src="img/social.jpg" alt="Social icons">
<p>Click on the links below to connect with me!</p>
<ul>You can contact me at:
<li><a href="https://twitter.com">@eric</a> on Twitter</li>
<li><a href="https://instagram.com">@eric</a> on Instagram</li>
<li><a href="https://facebook.com">Eric</a> on Facebook</li>
</ul>
</div>
</body>
</html>