-
Notifications
You must be signed in to change notification settings - Fork 0
/
questionaire.php
72 lines (44 loc) · 2.3 KB
/
questionaire.php
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
<!DOCTYPE html>
<html>
<head>
<title> Gerald Trotman </title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<style>
h1 {
text-align:center;
}
.container {
width:50%;
margin-bottom:50px;
}
img {
display:block;
margin:auto;
width:100%;
}
</style>
</head>
<body>
<div class="container">
<h1> Gerald Trotman </h1>
<img src='onthemic.jpg'>
<h2>In 2+ sentences describe who you are and what you do.</h2>
<p> I am a former Apple Technician with a background in Mathematics, Mechanical, and Electrical Engineering. My passion is product design and have been a TA in product design at MIT for the past 4 years. I am currently pursuing my masters in IT with a concentration in Software Engineering. I am currently the coordinator at the Hip Hop Archives here at Harvard. </p>
<h2>Why are you taking this course?</h2>
<p> I am taking this course for several reasons. I want to strengthen my understanding of back end web design. I want to deversify my programming knowledge. Mostly, I want to learn data scraping techniques in attempts of being able to manipulate data and represent it in interesting ways visually or otherwise. </p>
<h2>What previous experience do you have with HTML/CSS?</h2>
<p> I honestly have 0 previous experience with HTML/CSS. I've learned about it only superficially through the course of pursuing other programming hobbies. </p>
<h2>What previous experience do you have with programming?</h2>
<p> I have dabbled in C++, Java, Objective C, OCaml, Ruby, and Python. </p>
<h2>Have you worked with PHP before? If so, to what extent? </h2>
<p> I have not. </p>
<h2>Are you working on a Mac, PC, or some other platform?</h2>
<p> I am working on a Mac. </p>
<h2>Anything else we should know?</h2>
<p> My main reason for pursuing my masters in Software Engineering at this point is to complement Hardware Engineering. I love working with microcontrollers such as Arduinos, Rasberry Pi's, XBees, etc and I was hoping to explore interfacing that with dynamic web apps. </p>
</div>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
</body>
</html>