-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworks.html
212 lines (200 loc) · 8 KB
/
works.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link rel="stylesheet" href="main.3f6952e4.css">
<title>My Portfolio - Works</title>
<style>
body {
padding-top: 60px;
}
.project-item {
display: flex;
flex-direction: column;
justify-content: space-between;
margin-bottom: 30px;
}
.card-container {
flex-grow: 1;
}
.row-flex {
display: flex;
flex-wrap: wrap;
gap: 30px;
}
.col-sm-4 {
display: flex;
flex: 1 1 calc(33.333% - 30px);
box-sizing: border-box;
}
.project-item img {
max-width: 100%;
height: auto;
max-height: 180px;
}
.section-header h2 {
margin-top: 40px;
font-weight: bold;
}
@media (max-width: 768px) {
body {
padding-top: 100px;
}
.col-sm-4 {
flex: 1 1 100%;
}
}
</style>
</head>
<body>
<div id="site-border-left"></div>
<div id="site-border-right"></div>
<div id="site-border-top"></div>
<div id="site-border-bottom"></div>
<!-- Navigation -->
<header>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="./index.html">01 : Home</a></li>
<li><a href="./works.html">02 : Works</a></li>
<li><a href="./about.html">03 : About me</a></li>
<li><a href="./education.html">04 : Education</a></li>
<li><a href="./contact.html">05 : Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- Projects Section -->
<div class="section-container">
<div class="container">
<div class="row row-flex">
<div class="col-sm-8 col-sm-offset-2 section-container-spacer">
<div class="text-center">
<h1 class="h2">02 : Featured Projects</h1>
</div>
</div>
<!-- Excel -->
<div class="col-sm-12 section-header">
<h2>Excel</h2>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Budget_Plan" target="_blank" rel="noopener noreferrer">
<img src="assets/images/dashboard.PNG" alt="Excel Budget Plan" class="img-responsive">
<h3>Budget Plan</h3>
</a>
</div>
<!-- Statistics -->
<div class="col-sm-12 section-header">
<h2>Statistics</h2>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/virtual-escape-room" target="_blank" rel="noopener noreferrer">
<img src="assets/images/virtual_escape_room.PNG" alt="Virtual Escape Room" class="img-responsive">
<h3>Virtual Escape Room</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Investigating-Netflix-Movies" target="_blank" rel="noopener noreferrer">
<img src="assets/images/redpopcorn.jpg" alt="Investigating Netflix Movies" class="img-responsive">
<h3>Investigating Netflix Movies</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Titanic-Dataset-Analysis" target="_blank" rel="noopener noreferrer">
<img src="assets/images/titanic.PNG" alt="Titanic Dataset Analysis" class="img-responsive">
<h3>Titanic Dataset Analysis</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Credit_Card_Fraud_Detection" target="_blank" rel="noopener noreferrer">
<img src="assets/images/credit_card_fraud.PNG" alt="Credit Card Fraud Detection" class="img-responsive">
<h3>Credit Card Fraud Detection</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Web-scraping-and-Extracting-Data-using-APIs" target="_blank" rel="noopener noreferrer">
<img src="assets/images/web_scraping.PNG" alt="Web Scraping and APIs" class="img-responsive">
<h3>Web Scraping and APIs</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/NBA-Game-Performance-Analytics" target="_blank" rel="noopener noreferrer">
<img src="assets/images/game_performance.PNG" alt="NBA Game Performance Analytics" class="img-responsive">
<h3>NBA Game Performance Analytics</h3>
</a>
</div>
<!-- Machine Learning -->
<div class="col-sm-12 section-header">
<h2>Machine Learning</h2>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Autonomous-Grid-Navigation-with-Finite-State-Machine" target="_blank" rel="noopener noreferrer">
<img src="assets/images/autonomous_grid.PNG" alt="Autonomous Grid Navigation" class="img-responsive">
<h3>Autonomous Grid Navigation</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Building-a-Neural-Network-Model-to-Identify-Diabetic-Patients" target="_blank" rel="noopener noreferrer">
<img src="assets/images/diabetes.PNG" alt="Neural Network for Diabetes" class="img-responsive">
<h3>Neural Network for Diabetes</h3>
</a>
</div>
<!-- Python -->
<div class="col-sm-12 section-header">
<h2>Python</h2>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Game-AI-The-Creature" target="_blank" rel="noopener noreferrer">
<img src="assets/images/TheCreature.JPG" alt="Game AI: The Creature" class="img-responsive">
<h3>Game AI: The Creature</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Python-Email-Automation-Tool" target="_blank" rel="noopener noreferrer">
<img src="assets/images/email_sender.JPG" alt="Python Email Automation" class="img-responsive">
<h3>Python Email Automation</h3>
</a>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Secure-Password-Validator" target="_blank" rel="noopener noreferrer">
<img src="assets/images/password_checker.JPG" alt="Secure Password Validator" class="img-responsive">
<h3>Secure Password Validator</h3>
</a>
</div>
<!-- Simulator -->
<div class="col-sm-12 section-header">
<h2>Simulator</h2>
</div>
<div class="col-sm-4 project-item">
<a href="https://github.com/YSayaovong/Digital-Circuit-Simulator" target="_blank" rel="noopener noreferrer">
<img src="assets/images/simulator.PNG" alt="Digital Circuit Simulator" class="img-responsive">
<h3>Digital Circuit Simulator</h3>
</a>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="footer-container text-center">
<div class="container">
<div class="row">
<div class="col-xs-12">
<p>© UNTITLED | Website created with <a href="http://www.mashup-template.com/">Mashup Template</a></p>
</div>
</div>
</div>
</footer>
<script src="main.70a66962.js"></script>
</body>
</html>