-
Notifications
You must be signed in to change notification settings - Fork 0
/
code.html
50 lines (50 loc) · 2.17 KB
/
code.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="menupages.css"/>
<link href='http://fonts.googleapis.com/css?family=Lato:300|Crete+Round|Josefin+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/3.14.1/build/cssreset/cssreset-min.css">
<link rel="shortcut icon" href="images/favicon.ico">
<title> suyeon son | code </title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46951407-1', 'suyeon-son.com') ;
ga('send', 'pageview');
</script>
</head>
<body>
<div id="header_container">
<div id="header_home">
<a href="http://suyeonson.github.io"><b>S</b></a>/ <span style="color:#00CCFF"><span class="entypo-code"></span></span>
</div>
<div id="header_menu">
<div id="about">
<a href="about.html"><b>about</b></a>
</div>
<div id="writing">
<a href="writing.html"><b>writing</b></a>
</div>
<div id="code">
<a href="code.html"><b>code</b></a>
</div>
<div id="multimedia">
<a href="multimedia.html"><b>multimedia</b></a>
</div>
</div>
</div>
<hr>
<div id="codecontainer">
<div>#1. Secret Message<br><a href="code/secret-message.html"><img src="images/codepreviews/secretmessage.png"></a></div>
<div>#2. Rock Paper Scissors<br><a href="code/rock-paper-scissors.html"><img src="images/codepreviews/rps.png"></a></div>
<div>#3. Random Hex Color<br><a href="code/random-color.html"><img src="images/codepreviews/randomcolor.png"></a></div>
<div>#4. Snarky Ball<br><a href="code/snarky-ball.html"><img src="images/codepreviews/snarkyball.png"></a></div>
<div>#5. Mad Libs<br><a href="code/mad-libs.html"><img src="images/codepreviews/madlibs.png"></a></div>
</div>
<div id="footer">
© Suyeon Son. #ShaveThatYak
</div>
</body>
</html>