-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathportfolio_projects.html
41 lines (31 loc) · 1.63 KB
/
portfolio_projects.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
<!DOCTYPE html>
<html>
<head>
<title>Angela Shu</title>
<link rel="stylesheet" href="style.css">
<script src="javascript_website.js"></script>
</head>
<div class="topnav" id="myTopnav">
<a href="../personal-website/home_portfolio.html" class="active">Home</a>
<a href="../personal-website/portfolio_projects.html">Projects</a>
<a href="../personal-website/contact_portfolio.html">Contact</a>
<a href="../personal-website/portfolio_about.html">About</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<h1>Angela Shu</h1>
<h1>Recent Coding Projects:</h1>
<p>I did all these projects in the Girls Who Code program at Amazon in Sunnyvale.</p>
<h2>Maze Project:</h2>
<p>With a group, I built a maze project in Scratch. The theming is a sunken ship treasure hunt, and it also involves some trivia! Below is a demo picture of the project, as well as the full project. You can click on the demo picture to play the game on the scratch website. You can also play it on this website!</p>
<br>
<a href="https://scratch.mit.edu/projects/317954404/" target="_blank">
<img id="maze" src="maze_screenshot.png" width="300" height="227" alt="Scratch Maze"></a>
<br>
<iframe src="https://scratch.mit.edu/projects/317954404/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h2>Chatbot:</h2>
<p>I made a chatbot that I hope can act as a friend to you! Click below to get the code and run it for yourself!</p>
<p id="chatbot"><a href="../chatbot.py.zip" download="downloaded.py">Chatbot Link</a></p>
</body>
</html>