-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.62 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
<html>
<head>
<link href="css/styles1.css" rel="stylesheet" type="text/css" media="all">
<title>Brian Wachira Portfolio</title>
<body>
<div class="heading">
<img src="images/image-crop.jpg" alt="me" width="262px" height="215px">
<h1>Brian Wachira</h1>
<h2><span class="font">Software Developer</span></h2>
</div>
<h3>My projects</h3>
<div class="my-projects">
<div class="flappy-bird">
<h4><span class="font">Flappy Bird(android)</span></h4>
<p>This is a game I made from the flappy-bird concept from <a href="https://www.flappybird.io" target="_blank">flappybird.io</a>.You guide the bird from obstacles as it traverses the city<br/>Find the game at <a href="https://github.com/briananointed/flappybird-app" target="_blank">Flappy bird repository</a></p>
</div>
<div class="Bruce-AI">
<h4><span class="font">Bruce AI(C)</span></h4>
<p>This is a command-line application that <strong>advises</strong> you on the best career to choose based on your likes and interests. Find out more about it on <a href="https://github.com/briananointed/Bruce-AI" target="_blank">Bruce AI repository</a></p>
</div>
<div class="Guess-Game">
<h4><span class="font">Guess-Game(java)</span></h4>
<p>The game thinks of a number and you get 3 chances to guess the number. Its very fun. Find out more about it on the<a href="https://github.com/briananointed/Guess-Game" target="_blank"> Guess-Game repository</a> </p>
</div>
</div>
<div class="link">
<a href="about.html" target="_parent">About</a>
</div>
</body>
</head>
</html>