-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathFinalProject.HTML
More file actions
49 lines (33 loc) · 2.1 KB
/
FinalProject.HTML
File metadata and controls
49 lines (33 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
<title> Osman Barrie's HTML Portflio </title>
<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>
<h1 style="color:white"> Final Project</h1>
<h1 style="color:white"> We chose to do Blackjack or 21 for our final project. The instructions on how to play are in the game, but here is a video that shows you how to
play and explains in more detail. </h1>
<h1 style="color:white"> <a href= "https://drive.google.com/file/d/1OjQixTP3LJGGwsW2opQ1NoU8uyhU8saz/view" > DETAIL </a> </h1>
<h2><a href="https://www.khanacademy.org/computer-programming/spin-off-of-blackjack-final-project/6039888373268480">BlackJack Final Project</a></h2>
<script src="https://www.khanacademy.org/computer-programming/spin-off-of-blackjack-final-project/6039888373268480/embed.js?editor=yes&buttons=yes&author=yes&embed=yes"></script>
<p style="color:white"> </p>
Back to <a style="color:white" href= "https://obarrie.github.io/index.html"> home page </a>
</body>
</html>