-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (37 loc) · 1.77 KB
/
Copy pathindex.html
File metadata and controls
38 lines (37 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Peemin Chen</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css">
<link rel="stylesheet" href='./css/main.css'/>
</head>
<body>
<nav class="level has-background-light">
</nav>
<section class="container">
<section class="panel">
<h2 class="panel-heading">About:</h2>
<p class="panel-block">Under Construction</p>
</section>
<section class="panel">
<h1 class="panel-heading">Volunteering</h1>
<div class="panel-block">
<ul class="ul-1">
<li><a href="https://denver.chicktech.org/">Denver ChickTech</a>
<p>ChickTech is a non-profit dedicated to retaining women in the technology workforce and increasing the number of women and girls pursuing technology-based careers.</p>
<ul class="ul-2">
<li><a href="https://peemin.github.io/chicktech-2018-2019">ChickTech 2018-2019</a> - ChickTech Portfolio Template</li>
</ul>
</li>
<li><a href="https://www.knittedknockers.org/">Knitted Knockers</a>
<p>Knitted Knockers are special handmade breast prosthesis for women who have undergone mastectomies or other procedures to the breast.</p>
</li>
</ul>
</div>
</section>
</section>
</body>
</html>