-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (60 loc) · 3.73 KB
/
index.html
File metadata and controls
76 lines (60 loc) · 3.73 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE>
<head>
<title> Portfolio Index </title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<div class = "row">
<div class="col-md-4">
<h1>Rochelle Simpson's</h1>
<small>Senior Project Files</small>
</div>
<div class="col-md-8">
<p>Listed here are my homeworks for the first quarter of Senior Project, CS 460. This page shall continue to grow as I do further work for the future projects and editions of this course. </p>
<h2>About the Creator</h2>
<p>I am a student of Western Oregon University, with a minor in business and a focus on commmunication. I also dabble in multimedia, webdesign and illustration art. </p>
<h2> The Repository</h2>
<p><a href="https://github.com/rsimpson15"> >>LINK<< </a></p>
<h2>The Assignments</h2>
<dl>
<dt> Homework 1 : Created a small website for a fictional company that makes stone trees.</dt>
<dd> <strong> Skills: </strong> Git, CSS, Javascript & HTML</dd>
<dd> Information Page: <a href="HW1/index.html"> >>LINK<< </a></dd>
<dd> Website: <a href="HW1/index_aoe.html"> >>LINK<< </a></dd>
<dt> Homework 2 : Created a searchable database for a list of characters.</dt>
<dd> <strong> Skills: </strong> Git, CSS, Javascript & HTML </dd>
<dd> Information Page: <a href="HW2/index.html"> >>LINK<< </a></dd>
<dd> Website: <a href="HW2/cis_database_CoA.html"> >>LINK<< </a></dd>
<dt> Homework 3 : Translate a Java App into a C# app.</dt>
<dd> <strong> Skills: </strong> Git, C#, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW3/index.html"> >>LINK<< </a></dd>
<dd> C Files (Zip File): <a href="HW2/Calculator.zip"> >>LINK<< </a></dd>
<dt> Homework 4 : Translation App & Loan Calculator</dt>
<dd> <strong> Skills: </strong> Git, C#, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW4/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="HW4/WebApplication2/Views/Home/Home.cshtml"> >>LINK<< </a></dd>
<dt> Homework 5 : DMV Form</dt>
<dt> Homework 5 : DMV Applicationr</dt>
<dd> <strong> Skills: </strong> Git, C#, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW5/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="HW5/HW5/Views/Home/Home.cshtml"> >>LINK<< </a></dd>
<dt> Homework 6 : Adventure Works</dt>
<dd> <strong> Skills: </strong> Git, C#, Linq, Visual Studio 2017 </dd>
<dd> Information Page: <a href="homework6/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="homework6/homework6/Views/Product/Index.cshtml"> >>LINK<< </a></dd>
<dt> Homework 7 : Giphy API Search</dt>
<dd> <strong> Skills: </strong> Git, C#, JSON, AJAX, Javascript, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW7/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="HW7/HW7/HW7/Views/Home/Index.cshtml"> >>LINK<< </a></dd>
<dt> Homework 8 : Artists Gallery</dt>
<dd> <strong> Skills: </strong> Git, C#, JSON, AJAX, Javascript, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW8/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="HW8/HW8/Views/Home/Index.cshtml"> >>LINK<< </a></dd>
<dt> Homework 9 : Web Deployment</dt>
<dd> <strong> Skills: </strong> Azure, Visual Studio 2017 </dd>
<dd> Information Page: <a href="HW9/index.html"> >>LINK<< </a></dd>
<dd> Site Link: <a href="http://artistgallery.azurewebsites.net/"> >>LINK<< </a></dd>
</dl>
</div>
</div>
</body>