-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 1.26 KB
/
index.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<title>panda's website</title>
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link href="https://fonts.googleapis.com/css?family=Fredericka+the+Great" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Quicksand:700&display=swap" rel="stylesheet">
</head>
<body>
<div class="opening">
<p class="p1">Stay hungry,</p>
<p class="p2">Stay foolish.</p>
<p class="p3">-Steve jobs</p>
</div>
<div class="square1"></div>
<div class="circle1"></div>
<div class="square2"></div>
<div class="circle2"></div>
<div class="page">
<p><nobr>panda / p-and-a</nobr></p>
<nobr>
<a href="https://twitter.com/sqrtpanda"><img src="Twitter.png" width="50" height="50"></a>
<a href="https://github.com/sqrtpanda"><img src="github.png" width="50" height="50"></a>
<a href="https://qiita.com/p-and-a"><img src="qiita.png" width="50" height="50"></a>
<a href="https://scratch.mit.edu/users/p-and-a"><img src="scratch.png" width="40" height="50"></a>
</nobr>
</div>
</body>
</html>