-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcreationProcess.html
More file actions
39 lines (34 loc) · 2.27 KB
/
Copy pathcreationProcess.html
File metadata and controls
39 lines (34 loc) · 2.27 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
<!DOCTYPE HTML>
<html>
<head>
<title>development</title> <!--css goes in the head-->
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<div id="creation">
<h1>hi developers!</h1>
<h2>we are trying to make internboat happen.</h2>
<h3>why did dis? (purpose)</h3>
<p>internships take forever to apply to when you have to access each company website and fill out all their forms, over and over and over. we wanted to make this easy by localizing all the applications in one place.</p>
<h3>how do dat? (structural process)</h3>
<ul>
<li>html | for front-end development</li>
<li>css | for making it not ugly</li>
<li>javascript | for writing the program back-end</li>
<li>firebase auth | for storing user data</li>
<li>firebase database | for storing application data</li>
<li>web scraping | to get additional application requirements</li>
</ul>
<h3>developer's note</h3>
<ul>
<li>you guys have been doing g r e a t don't let this hard project get you down!! i am so happy and impressed with what's been cookin good lookin</li>
<li>francine ! thank u for being a h a r d c a r r y and working so hardddd you are so driven and dedicated and it's amazing ~ i am so inspired hehehe. you really poured all this time and #nosleep in thank you thank you. *bows*</li>
<li>michelle ! you have worked so so sosososo hard for this and i am so impressed at how much you invested into this project. i know working on this stuff is confusing but you're doing a w e s o m e so don't be discouraged!! u've already done amaze. </li>
<li>jianing ! don't worry if the project has been rough and a bummer so far! i know it's a different monster from what you're used to but f r e t n o t it will be a great learning experience in the end and you're already doing awesome <3 </li>
</ul>
</div>
<div id="creds">
<p>© 2018 hackgt v | angelina suwoto, francine luo, jianing wang, michelle hou</p>
</div>
</body>
</html>