Skip to content

Commit 2183dcd

Browse files
completed 30% of the skeleton, Added links and some divs
1 parent eb6ece9 commit 2183dcd

1 file changed

Lines changed: 42 additions & 1 deletion

File tree

index.html

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@
55
<title>Personal Page</title>
66
</head>
77
<body>
8-
<p>This is a personal page for me</p>
8+
<!-- this div will contain the basic information -->
9+
<div id="myInfo">
10+
<h1>Shih-ru Sheng</h1>
11+
<h2>What am I...</h2>
12+
<p>
13+
Computer Science undergrad at San Jose State University... <img alt="SJSU logo"></img><br>
14+
Treasurer of Artificial Intelligence and Machine Learning Club... <img alt="club logo"></img><br>
15+
Hackathon enthusiast... <img alt="hackathon logos"></img><br>
16+
(check what I have done to my teammates <a href="https://devpost.com/shihru">🥶</a>)<br>
17+
</p>
18+
<h2>What did I build...</h2>
19+
<div>
20+
<div>
21+
<h3>Hackathon Projects</h3>
22+
</div>
23+
24+
<div>
25+
<h3>Side Projects</h3>
26+
</div>
27+
28+
<div>
29+
<h3>School Projects</h3>
30+
</div>
31+
</div>
32+
33+
</div>
34+
<div id="LinksAndContact">
35+
<h2>My Links</h2>
36+
<p>
37+
<a href="http://www.linkedin.com/in/shih-ru-sheng-6a3493335/">LinkedIn</a><br>
38+
<a href="https://github.com/ProcrastinateGuy">GitHub: Procrastinate Guy</a><br>
39+
<a href="https://github.com/LightBlueJacketStudio">GitHub: Light Blue Jacket Studio</a><br>
40+
<a href="https://devpost.com/ProcrastinateGuy">Devpost: Procrastinate Guy</a><br>
41+
<a href="https://devpost.com/lightbluejacketstudio">Devpost: Light Blue Jacket Studio</a><br>
42+
</p>
43+
44+
<h2>Contact Me</h2>
45+
<p>
46+
Email School: shih-ru.sheng@sjsu.edu<br>
47+
Email: lightbluejacketstudio@gmail.com<br>
48+
</p>
49+
</div>
950
</body>
1051
</html>

0 commit comments

Comments
 (0)