-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgwcport.html
34 lines (23 loc) · 986 Bytes
/
gwcport.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
<!DOCTYPE html>
<html>
<head>
<title> Tran's Girl's Who Code Portfolio </title>
<link rel="stylesheet" href="styles.css">
<script src = "javascript.js"></script>
</head>
<body>
<nav style = "text-align: center">
<table class = "center2" style="width:100%">
<tr>
<th><a href="gwcport.html"> Home</a></th>
<th><a href="portfolio.html"> My Portfolio</a></th>
<th><img src="tranlogo.png" style = "width:356px; height:245px"></th>
<td><a href="resume.html"> My Resume</a></td>
<td><a href="contact.html"> Contact Me</a></td>
</tr>
</table>
</nav>
<div><p> Welcome to my portfolio! During the summer of 2016, we spent 7 weeks learning 7 different programming languages, including Scratch, Python, Pygame, C++, HTML, CSS, and Javascript. This website will showcase all of the different projects we did. </p></div>
</body>
</html>
<!---iframe allowtransparency = "true" width= "485" height= "402" src="https://scratch.mit.edu/projects/116842813/"></iframe>