-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCS460_Land.html
More file actions
61 lines (37 loc) · 1.48 KB
/
CS460_Land.html
File metadata and controls
61 lines (37 loc) · 1.48 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
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="Pages_Style.css">
<head>
</head>
<div class = "title">
CS460 Projects
</div>
<div>
This page contains all of the projects in my CS460 class from Western Oregon University
<br>Each project has a blog about what I did, what code I used, and how I accomplished each of the required tasks for each project.
</div>
<body>
<p>
<div class = "hwTitle">
Link to my repository for CS460
</div>
<a href = "https://github.com/OmegaArmadillo/CS-460-Test"> My Repository </a>
</p>
<p>
<div class = "hwTitle">
Homework 1: Basic HTML and CSS
</div>
This project was about creating a simple webpage using CSS and HTML while also using BootStrap
<br> <a href = "Blogs/CS460_HW1_Blog.html"> HW1 Blog </a>
<br> <a href = "HW1/CS460_HW1.html"> HW1 Page </a>
<div class = "hwTitle">
Homework 2: Bootstrap grid, JavaScript and JQuery
</div>
This project was about using the Bootstrap grid for the layput of the website and scripting using JavaScript and JQuery
<br> <a href = "Blogs/CS460_HW2_Blog.html"> HW2 Blog </a>
<br> <a href = "HW2/CS460_HW2.html"> HW2 Page </a>
</p>
</body>
</html>