-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
25 lines (25 loc) · 919 Bytes
/
faq.html
File metadata and controls
25 lines (25 loc) · 919 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>faqs</title>
</head>
<body>
<main>
<p>age? 20</p>
<p>course? BS Computer Science</p>
<p>where do you study? Saint Louis University (currently 3rd year)</p>
<p>girlfriend? Jullainne Candy Lou I. Bajo</p>
<p>mbti? INTJ-A</p>
<p>pronouns? any/thing</p>
<p>height? 5'7 last time I checked</p>
<p>fav language? c++ because it gives me superiority complex</p>
<p>hobbies? a little bit of everything</p>
<p>fav book? Digital Minimalism by Cal Newport</p>
<p>philosophy? the comfort zone is a beautiful place, but nothing ever grows there</p>
<p>how do you study? 50 mins focus, 10 mins break</p>
<p>future career? cs department head</p>
</main>
</body>
</html>