forked from cs-4241-2023/a1-gettingstarted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (55 loc) · 1.93 KB
/
index.html
File metadata and controls
59 lines (55 loc) · 1.93 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
<!doctype html>
<html lang="en">
<head>
<title>CS4241 Assignment 1</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
</head>
<body>
<h1 class="header1">Information about Daniel Onyema</h1>
<p>
I am a senior here at WPI and I have lived in Worcester my whole life.
</p>
<p>
I major in Computer Science and am taking Operating Systems and basketball along with this class.
</p>
<p>
I've taken Intro to CS, Discrete Maths, Algorithms, System Programming Concepts, Software Engineering, Foundations of Computer Science, Theory of Computation, and Social Imps before this class.
I also played the trumpet and baritone in high school (from 7th-12th grade and from 11th-12 grade respectively).
</p>
<p>
Will beat you in Super Smash Brothers Ult.
</p>
<h2 class="header1">Experience</h2>
<p>
I worked at the Blackstone Cinema as an Usher, was good for meeting new people and watching new movies upon release.
For coding:
</p>
<p>
HTML - Learned some from a Caleb Curry JS tutorial over this summer for no particular reason (very happy I did so now).
</p>
<p>
CSS - Was mentioned in the above tutorial but only for 3 minutes of the 8 hours.
</p>
<p>
Java - Was used in most of my prior classes, fairly familiar with it.
</p>
<p>
JavaScript - Learned some from aformentioned tutorial.
</p>
<p>
Ruby - Like the gem?
</p>
<p>
Python - Used in some of my prior science classes and watched my brother learn it a bit. Beyond that, very little experience.
</p>
<p>
Unit Testing - Did plenty of this in Software Engineering. That was over a year ago though...
</p>
<ul>
<li>IBM/Rational</li>
<li>WPI</li>
</ul>
</body>
</html>