-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathportfolio.html
More file actions
53 lines (52 loc) · 1.89 KB
/
Copy pathportfolio.html
File metadata and controls
53 lines (52 loc) · 1.89 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
<!Doctype>
<html>
<head>
<title> Austin Smitherman </title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="font-awesome.min.css">
</head>
<body class="bgImageContainer">
<div class="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="interests.html">Intrests</a></li>
<li><a href="biography.html">Biography</a></li>
<li><a class="active" href="portfolio.html">Portfolio</a></li>
</ul>
</div>
<div class="inner-div">
<div class="centerthisdiv">
<h1> My Development Portfolio</h1>
<div class="container">
<table>
<tr>
<td><a href="https://github.com/asmitherman"><img id= "git"src="static/GitHub-Logo.png" ></a></td>
<td><p>Check out my Github account by clicking on the logo!</p></td>
</tr>
<tr>
<td><a href="https://github.com/asmitherman/Kurt-G-del">
<img id= "git"src="static/number-one-in-a-circle.png" ></a></td>
<td><p>Check out these amazing webpages I've been working on to spread
the work about the greatest computer scientist of all time, Kurt Gödel</p></td>
</tr>
<tr>
<td><a href="https://github.com/asmitherman/BuildingTabs">
<img id= "git"src="static/number-two-in-a-circle.png" ></a></td>
<td><p>Check out this custom navigation bar in html/css that I made!</p></td>
</tr>
<tr>
<td><a href="https://github.com/asmitherman/MySchedule">
<img id= "git"src="static/number-three-in-a-circle.png" ></a></td>
<td><p>This repository has some pretty wild code for making a super cool custom schedule!</p></td>
</tr>
<tr>
<td><a href="static/notes.pdf">
<img id= "git"src="static/number-four-in-circular-button.png" ></a></td>
<td><p>If you are learning html/css then check out my notes!</p></td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>