forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 93
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
cedar mac #67
Draft
mac-madison
wants to merge
7
commits into
Ada-C16:master
Choose a base branch
from
mac-madison:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
cedar mac #67
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
5ad49a7
well i guess this is it
mac-madison 31ab0cc
fixed little typo
mac-madison 62375b7
Create index.html
mac-madison 9abe0d0
delete the new index
mac-madison b7b4e33
filling out the questions
mac-madison 086e2ef
update links
mac-madison c7991b3
fix links....
mac-madison File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"type": "pwa-chrome", | ||
"request": "launch", | ||
"name": "Launch Chrome against localhost", | ||
"url": "http://localhost:8080", | ||
"webRoot": "${workspaceFolder}" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,47 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="../styles/about.css"> | ||
<title>about</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
|
||
<header> | ||
about | ||
</header> | ||
<main> | ||
<p>mac lorem ipsum dolor sit amet consectetur adipisicing elit. Excepturi Mac porro, facere laboriosam quasi minima | ||
doloremque.<br><br>Lorem ipsum Mac dolor sit amet consectetur adipisicing elit. Labore, deleniti! MAC lorem ipsum | ||
dolor sit amet consectetur adipis | ||
</p> | ||
|
||
</main> | ||
|
||
|
||
<section class="showcase"> | ||
|
||
|
||
<video src="./videos/pexels-ryutaro-tsukata-5471911.mp4" muted loop autoplay></video> | ||
<div class="overlay"> | ||
</div> | ||
<input class="menu-icon" type="checkbox" id="menu-icon" name="menu-icon" /> | ||
<label for="menu-icon"></label> | ||
|
||
<nav class="nav"> | ||
<ul class="pt-5"> | ||
|
||
<li><a href="index.html">Home</a></li> | ||
<li><a href="portfolio.html">Portfolio</a></li> | ||
</ul> | ||
</nav> | ||
</section> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="../styles/index.css"> | ||
<title>home</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<header> | ||
<h1>mac</h1> | ||
</header> | ||
<main> | ||
<p>Lorem ipsum MAC dolor sit amet consectetur, adipisicing elit MAC.</p> | ||
</main> | ||
|
||
<footer> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hrmm, somehow I don't see this on the rendered page |
||
<h3>call now! 1-800-mac</h3> | ||
</footer> | ||
|
||
<section class="showcase"> | ||
<video src="./videos/pexels-video-lava.mp4" muted loop autoplay></video> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Cool video background! |
||
<div class="overlay"> | ||
</div> | ||
<input class="menu-icon" type="checkbox" id="menu-icon" name="menu-icon" /> | ||
<label for="menu-icon"></label> | ||
|
||
<nav class="nav"> | ||
<ul class="pt-5"> | ||
<li><a href="about.html">About</a></li> | ||
<li><a href="portfolio.html">Portfolio</a></li> | ||
</ul> | ||
</nav> | ||
</section> | ||
|
||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,35 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Document</title> | ||
<link rel="stylesheet" href="../styles/portfolio.css"> | ||
<title>PORTFOLIO</title> | ||
</head> | ||
|
||
<body> | ||
|
||
|
||
<section class="showcase"> | ||
|
||
<video src="./videos/pexels-mart-production-7565441.mp4" muted loop autoplay></video> | ||
<div class="overlay"> | ||
<h1>COMING SOON COMING SOON COMING SOON COMING SOON COMING SOON COMING SOON COMING SOON COMING SOON COMING SOON | ||
COMING SOON COMING SOON COMING SOON </h1> | ||
</div> | ||
|
||
<input class="menu-icon" type="checkbox" id="menu-icon" name="menu-icon" /> | ||
<label for="menu-icon"></label> | ||
<nav class="nav"> | ||
<ul class="pt-5"> | ||
|
||
<li><a href="index.html">Home</a></li> | ||
<li><a href="about.html">About</a></li> | ||
</ul> | ||
</nav> | ||
</section> | ||
|
||
</body> | ||
|
||
</html> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is a convention to put the
index.html
at the project root directory level and additional pages in a directory such aspages