-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstaff.html
More file actions
134 lines (132 loc) · 3.7 KB
/
staff.html
File metadata and controls
134 lines (132 loc) · 3.7 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevNotHackerCorporations</title>
<link rel="icon" type="image/jpg" href="https://chathere.cookiesnowowl.repl.co/favicon.jpg">
<link rel="stylesheet" href="/css/staff.css">
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<main>
<header>
<marquee class="header__hashtag" scrollamount="10" behavior="scroll" truespeed="200">#company #cool #projects #webdev
#full-stack-dev #dev</marquee>
<h1>Our Members</h1>
<h3>  The people who make DevNotHackerCorporations work.</h3>
</header>
<div style="margin-top:150px;"></div>
<h1>Main Staff</h1>
<h2>The people who are essential to the company</h2>
<br>
<br>
<br>
<section>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/85191790">
<div>
<h2><a href="https://github.com/devnothacker" target="_blank">DevNotHacker</a></h2>
<br>
<span>Founder, CEO, Web Developer</span>
</div>
</div>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/83673744">
<div>
<h2><a href="https://github.com/actiniumn404" target="_blank">Actiniumn404</a></h2>
<br>
<span>Full Stack Developer</span>
</div>
</div>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/94467261">
<div>
<h2><a href="https://github.com/hi-person" target="_blank">hi-person</a></h2>
<br>
<span>In Training</span>
</div>
</div>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/49603415">
<div>
<h2><a href="https://github.com/rtang09" target="_blank">ryantang11</a></h2>
<br>
<span>Member</span>
</div>
</div>
</section>
<br><br><br>
<h1>TheChatApp Staff</h1>
<h2>The people we hired to help run <i>The Chatapp Federation of the People</i></h2>
<br><br><br>
<section>
<div class="staffmem">
<img src="/assets/jasper.jpeg">
<div>
<h2><a href="#/">Jasper Duan</a></h2>
<br>
<span>Staff, Citizen</span>
</div>
</div>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/85191790?v=4">
<div>
<h2><a href="https://github.com/pugnatorfn" target="_blank">Evan Lee</a></h2>
<br>
<span>VIP Admin, Senator</span>
</div>
</div>
<div class="staffmem">
<img src="/assets/thomas.jpeg">
<div>
<h2><a href="#/">Thomas Mi</a></h2>
<br>
<span>Staff, Senator</span>
</div>
</div>
<div class="staffmem">
<img src="/assets/jayden.jpeg">
<div>
<h2><a href="#/">Jayden Park</a></h2>
<br>
<span>Staff, PR</span>
</div>
</div>
<div class="staffmem">
<img src="/assets/Timothy.png" style="height: 100px; width: 100px">
<div>
<h2><a href="#/">Timothy Dong</a></h2>
<br>
<span>Head Admin, Vice President</span>
</div>
</div>
<div class="staffmem">
<img src="/assets/eason.jpeg">
<div>
<h2><a href="#/">Eason Xu</a></h2>
<br>
<span>Staff, House of Representatives</span>
</div>
</div>
<div class="staffmem">
<img src="/assets/alex.jpeg">
<div>
<h2><a href="#/">Alexander Yu</a></h2>
<br>
<span>Staff, House of Representatives</span>
</div>
</div>
<div class="staffmem">
<img src="https://avatars.githubusercontent.com/u/85191790?v=4">
<div>
<h2><a href="#/">Jeffery Li</a></h2>
<br>
<span>Staff..?</span>
</div>
</div>
</section>
</main>
<script src="/site.js"></script>
</body>
</html>