-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecond.html
More file actions
58 lines (44 loc) · 2.3 KB
/
second.html
File metadata and controls
58 lines (44 loc) · 2.3 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
55
56
57
58
<!DOCTYPE html>
<html>
<head>
<title>Projects</title>
<link rel="stylesheet" href="styles.css"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body style="background-color: #e1dcdc">
<div class="topnav">
<a href="index.html"> Homepage </a>
<a href="second.html"> Projects </a>
<a href="third.html"> Interests </a>
<!-- <a href="fourth.html"> Contact Me </a> -->
</div>
<div></div>
<h1>Projects I have worked on</h1>
<div class="mine">
<img src="mine1.png" style="width:400px;height:400px" alt="Image shows a grid for Minesweeper">
<img src="mine2.png" style="width:500px;height:400px" alt="Image shows a grid for Minesweeper when you lose">
<img src="https://img.freepik.com/free-vector/crumpled-brown-paper-frame-with-grid-background_53876-99473.jpg?w=2000" style="width:400px;height:400px" alt="Notepad page with text on it">
</div>
<div class="mineSweeper">
<h2>MINESWEEPER</h2>
<a class= "center" href="https://www.youtube.com/watch?v=S95Ojx8VqSM&ab_channel=AnaLeonardo"> Link to YouTube Explanation </a>
<div></div>
<a class= "center" href="https://github.com/AnaLeonard/Mine-Sweeper"> Link to GitHub </a>
</div>
<div class="gym">
<img src="https://img.freepik.com/free-vector/crumpled-brown-paper-frame-with-grid-background_53876-99473.jpg?w=2000" style="width:400px;height:500px" alt="Screenshot of gym app">
<img src="gym2.png" style="width:300px;height:500px">
<img src="gym3.png" style="width:300px;height:500px">
</div>
<div class="gymApp">
<h2>Gym App using</h2>
<h2> Android Studio</h2>
<a class= "center" href="https://www.youtube.com/watch?v=ai3KdzR7hIA&t=2s&ab_channel=CrismeryMejia"> Link to YouTube Explanation </a>
<div></div>
<a class= "center" href="https://github.com/ShirleyP8908/CMP-430-Final-Project"> Link to GitHub </a>
</div>
<div class="end">
<img src="https://media.tenor.com/yp_aFUgHMx8AAAAC/nakanoart-nakanodrawing.gif" style="width:500px;height:400px">
</div>
</body>
</html>