-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
54 lines (40 loc) · 2.25 KB
/
about.html
File metadata and controls
54 lines (40 loc) · 2.25 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
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
<title> About Osman </title>
<style>
#volleyball pic { float:right; width: 36%;}
#basketball pic { width: 36%;}
</style>
<link rel="stylesheet" href="osman'sstyle.css">
</head>
<body>
<img src= "Osman's banner.jpg">
<br>
<br>
<table id="nav-table">
<td id= "nav-td"> <a href= "https://obarrie.github.io/index.html" alt= "Home">
<img src= "homebutton.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/javascripts.html" alt= "javascript">
<img src= "JAVASCRIPT BUTTON.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/FinalProject.HTML" alt= "FINALPROJECT">
<img src= "Final project.jpg"> </a> </td>
<td id= "nav-td"> <a href="https://obarrie.github.io/Apps.html" alt= "Apps">
<img src= "APPS BUTTON.jpg"> </a> </td>
<td id= "nav-td"> <a href= "https://obarrie.github.io/about.html" alt= "about me">
<img src= "ABOUTME BUTTON.jpg"> </a> </td>
</table>
<br>
<h1 style="color:white"> About me </h1>
<p style="color:white"> Hi my name is Osman Barrie I am currrently going to the University of Rhode Island for my undergrad. My major is computer science. I <br>
decided to switch my major from biology which I did my freshman year to computer science. I chose to switch my major because biology was <br>
not something I was really interested in. Computer science even though it might be more diffcult seems to be more interesting to me. <br>
Hopefully I am right and I do find my calling with this major. In my free time I love active playing basketball, volleyball and being <br>
in the gym. I also love travel and explore</p>
<br>
<img id= "volleyball pic" src= "myvolleyball.jpeg">
<img id= "basketball pic" src= "basketball.jpeg">
<br>
Back to <a style="color:white" href= "https://obarrie.github.io/index.html"> home page </a>
</body>