Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feedback #1

Open
wants to merge 8 commits into
base: feedback
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added GShepardjpg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added GreenGem.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions MyWebsiteLink.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://csci313-spring2024.github.io/assignment-2-CaHolth/
Binary file added NYC.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Parker.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/ZeqnHUY1)
21 changes: 21 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
body{text-align: center;}
nav {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
nav a:hover {
text-decoration: underline;
}
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #ddd;
margin-bottom: 20px;
}
Binary file added images/Me.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/meDous.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
105 changes: 105 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>MeStory.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel ="stylesheet" type ="text/css" href="style.css">
</head>
<body>
<nav>
<a href="#home">Home</a>
<a href="#about_me">About Me</a>
<a href="#schedule">Schedule</a>
<a href="#sites">Favorite Sites</a>
<a href="#books">Favorite Books</a>
<a href="#hobbies">Favorite Hobbies</a>
</nav>
<div id = "home"></div>
<p><b><i>Hi There!!</i></b></p>
<p><b><i>Welcome to MeStory!!</i></b></p>
<P></P>
<p>Hi! My name's Caden Holthaus!</p>
<p>ID: 1392399</p>
<p>Im 19 years old and im a CompSci Major at NDSU!</p>
<img src="Me.jpg" alt = "me" width = "480" height = "540">
<div id = "about_me"></div>
<p>Im from Brooklyn Park Minnesota</p>
<p>Im trying to become a cybersecurity specialist</p>
<p>Im currently working for one Mr. Straub on a reserch project for the goverment</p>
<p>I also Love dogs! I have a German Shepard back home named parker!</p>
<img src = "Parker.jpg" alt = "Parker" width="500" height="725">


<div id = "schedule"></div>
<table>
<tr>
<th>Monday</th>
<th>Tuesday</th>
<th>Wednesday</th>
<th>Thursday</th>
<th>Friday</th>
</tr>
<tr>
<th>Math 166: 8am</th>
<th>Reserch Project</th>
<th>Math 166: 8am</th>
<th>Reserch Project</th>
<th>Math 166: 8am</th>
</tr>
<tr>
<th>CSCI 313: 11am</th>
<th>Reserch Project</th>
<th>CSCI 313: 11am</th>
<th>Reserch Project</th>
<th>CSCI 313: 11am</th>
</tr>
<tr>
<th>Reserch Project</th>
<th>Math 166: 12:30</th>
<th>Reserch Project</th>
<th>Math 166: 12:30</th>
<th>Reserch Project</th>
</tr>
<tr>
<th>CSCI 277: 3pm</th>
<th>Reserch Project</th>
<th>CSCI 277: 3pm</th>
<th>Reserch Project</th>
<th>CSCI 277: 3pm</th>
</tr>
<tr>
<th></th>
<th>CSCI 222: 6pm</th>
<th></th>
<th>CSCI 222: 6pm</th>
<th></th>
</tr>
</table>
<img src = "meDous.jpg" alt = "Me2" width = "403" height = "537">
<ul style="text-align: left;">
<div id = "sites"></div>
<li> Favorite Sites</li>
<ul>
<li><a href = "https://www.youtube.com/watch?v=hvL1339luv0">Youtube.com</a></li>
<li><a href = "https://www.hulu.com/hub/home">Hulu</a></li>
<li><a href = "https://music.youtube.com/">Youtube Music</a></li>
</ul>
<div id = "books"></div>
<li>Favorite Books</li>
<ul>
<li>Percy Jackson</li>
<li>Harry Potter</li>
<li>The Pendragon Series</li>
</ul>
<div id = "hobbies"></div>
<li>Favorite Hobbies</li>
<ul>
<li>Playing games with my friends</li>
<li>Reading</li>
<li>Cooking</li>
</ul>
</ul>
<img src = "NYC.jpg" alt = "NYC" width = "1250" height = "908">
</body>
</html>
Binary file added meDous.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
body{text-align: center;}
body {color : white; background-image: url(GreenGem.jpg); background-repeat: no-repeat; background-attachment: fixed; background-size: cover;}
nav {
background-color: #333;
color: #fff;
padding: 10px 0;
text-align: center;
}
nav a {
color: #fff;
text-decoration: none;
margin: 0 10px;
}
nav a:hover {
text-decoration: underline;
}
table {
width: 100%;
border-collapse: collapse;
border: 1px solid #ddd;
margin-bottom: 20px;
}