forked from cs4241-22a/a1-gettingstarted
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (43 loc) · 973 Bytes
/
index.html
File metadata and controls
45 lines (43 loc) · 973 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html lang="en">
<head>
<title>CS4241 Assignment 1</title>
<meta charset="utf-8">
<link rel = "stylesheet" href = "main.css">
</head>
<body>
<h1>Information about Jake Matthews</h1>
<p>
Name: Jake Matthews
</p>
<p>
Year: Class of 2023
</p>
<p>
Major: Double Major in Computer Science and Interactive Media and Game Design
</p>
<p>
Previous CS Courses at WPI:
<ul>
<li>Algorithms</li>
<li>Software Engineering</li>
<li>Computer Graphics</li>
<li>Operating Systems</li>
<li>Computer Networks</li>
<li>Fundamentals of Computer Science</li>
<li>Assembly and Machine Organization</li>
</ul>
</p>
<h2>Experience</h2>
<p>
Working experience
</p>
<ul>
<li>Java</li>
<li>JavaScript</li>
<li>Python</li>
<li>C/C++/C#</li>
<li>AWS</li>
</ul>
</body>
</html>