forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 47
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
Maddie Shields - Edges - Personal Portfolio Site #43
Open
madaleines
wants to merge
10
commits into
Ada-C10:master
Choose a base branch
from
madaleines: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.
Open
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
d453e77
Begin setting up necessary files
madaleines e0ed217
begin skeleton for index.html
madaleines 0705a36
updated css
madaleines 963334a
add more css
madaleines 8439247
Fix html to work with w3 css
madaleines 307beda
link ig with about/play section
madaleines d98b6c6
modify css for ig feed
madaleines f14c3b5
add some pics
madaleines 72f110b
Fix text spacing in css
madaleines 223a9bc
Add summ section on index
madaleines 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>madaleineS.</title> | ||
<link href="../styles/normalize.css" rel="normalizesheet"> | ||
<link href="../styles/styles.css" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<header> | ||
<nav class="categories"> | ||
<li id="visible"> | ||
<h5>/ Categories</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="about.html">about</a> | ||
</li> | ||
<li> | ||
<a href="work.html">work</a> | ||
</li> | ||
<li> | ||
<a href="play.html">play</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<nav class="connect"> | ||
<li id="visible"> | ||
<h5>Connect /</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="https://www.linkedin.com/in/madshields/">linkedin</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/madaleines">github</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">email</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<section class="head-title"> | ||
<h3 class="title"><a href="index.html">madaleineS.</a></h3> | ||
</section> | ||
</header> | ||
|
||
<section class="content"> | ||
<img src="../images/aloha-coffee.jpg" style="width:25%"/> | ||
</section> | ||
|
||
<section class="content"> | ||
<script src="https://apps.elfsight.com/p/platform.js" defer></script> | ||
<div class="elfsight-app-514442e9-c80b-475e-93bf-44ca04f9902e"></div> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<ul> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">Contact</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</div> | ||
|
||
</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 |
---|---|---|
@@ -0,0 +1,85 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>madaleineS.</title> | ||
<link href="../styles/normalize.css" rel="normalizesheet"> | ||
<link href="../styles/styles.css" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<header> | ||
<nav class="categories"> | ||
<li id="visible"> | ||
<h5>/ Categories</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="../pages/about.html">about</a> | ||
</li> | ||
<li> | ||
<a href="../pages/work.html">work</a> | ||
</li> | ||
<li> | ||
<a href="../pages/play.html">play</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<nav class="connect"> | ||
<li id="visible"> | ||
<h5>Connect /</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="https://www.linkedin.com/in/madshields/">linkedin</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/madaleines">github</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">email</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<section class="head-title"> | ||
<h3 class="title"><a href="../pages/index.html">madaleineS.</a></h3> | ||
</section> | ||
</header> | ||
|
||
|
||
|
||
<section class="summ"> | ||
<p> | ||
Madaleine Shields currently is a Software Development Student at <strong><a href="https://www.adadevelopersacademy.org/">Ada Developer's Academy</a></strong>. In her downtime she is also a dancer, horologist, amateur cook, and green thumb enthusiast. | ||
</p> | ||
</section> | ||
|
||
<section class="pronouns"> | ||
<p>(she/her)</p> | ||
</section> | ||
|
||
<section class="content"> | ||
<img src="../images/bae-gal.jpg" style="width:37%" /> | ||
</section> | ||
|
||
<footer class="footer"> | ||
<ul> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">Contact</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
|
||
</div> | ||
|
||
</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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>madaleineS.</title> | ||
<link href="../styles/normalize.css" rel="normalizesheet"> | ||
<link href="../styles/styles.css" rel="stylesheet"> | ||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet"> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<header> | ||
<nav class="categories"> | ||
<li id="visible"> | ||
<h5>/ Categories</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="about.html">about</a> | ||
</li> | ||
<li> | ||
<a href="work.html">work</a> | ||
</li> | ||
<li> | ||
<a href="play.html">play</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<nav class="connect"> | ||
<li id="visible"> | ||
<h5>Connect /</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="https://www.linkedin.com/in/madshields/">linkedin</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/madaleines">github</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">email</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<section class="head-title"> | ||
<h3 class="title"><a href="index.html">madaleineS.</a></h3> | ||
</section> | ||
</header> | ||
|
||
<section class="content"> | ||
<div class="play"> | ||
<h2>play</h2> | ||
</div> | ||
<script src="https://apps.elfsight.com/p/platform.js" defer></script> | ||
<div class="elfsight-app-514442e9-c80b-475e-93bf-44ca04f9902e"></div> | ||
|
||
</section> | ||
|
||
<footer class="footer"> | ||
<ul> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">Contact</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</div> | ||
|
||
</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 |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<!DOCTYPE html> | ||
<html lang="en" dir="ltr"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<title>madaleineS.</title> | ||
|
||
|
||
<link href="https://fonts.googleapis.com/css?family=Playfair+Display" rel="stylesheet"> | ||
<link href="../styles/normalize.css" rel="normalizesheet"> | ||
<link href="../styles/w3.css" rel="stylesheet"> | ||
<link href="../styles/styles.css" rel="stylesheet"> | ||
|
||
<style> | ||
.mySlides {display:none} | ||
.demo {cursor:pointer} | ||
</style> | ||
</head> | ||
|
||
<body> | ||
<div> | ||
<header> | ||
<nav class="categories"> | ||
<li id="visible"> | ||
<h5>/ Categories</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="about.html">about</a> | ||
</li> | ||
<li> | ||
<a href="work.html">work</a> | ||
</li> | ||
<li> | ||
<a href="play.html">play</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<nav class="connect"> | ||
<li id="visible"> | ||
<h5>Connect /</h5> | ||
<ul id="hidden"> | ||
<li> | ||
<a href="https://www.linkedin.com/in/madshields/">linkedin</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/madaleines">github</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">email</a> | ||
</li> | ||
</ul> | ||
</li> | ||
</nav> | ||
|
||
<section class="head-title"> | ||
<h3 class="title"><a href="index.html">madaleineS.</a></h3> | ||
</section> | ||
</header> | ||
|
||
<section class="content"> | ||
<div class="w3-container"> | ||
<h2>work</h2> | ||
</div> | ||
|
||
<div class="w3-content" style="max-width:600px"> | ||
<img class="mySlides" src="../images/1.png" style="width:100%"> | ||
<img class="mySlides" src="../images/2.png" style="width:100%"> | ||
|
||
<div class="w3-row-padding w3-section"> | ||
<div class="w3-col s4"> | ||
<img class="demo w3-opacity w3-hover-opacity-off" src="../images/1.png" style="width:100%" onclick="currentDiv(1)"> | ||
</div> | ||
<div class="w3-col s4"> | ||
<img class="demo w3-opacity w3-hover-opacity-off" src="../images/2.png" style="width:100%" onclick="currentDiv(2)"> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<script> | ||
var slideIndex = 1; | ||
showDivs(slideIndex); | ||
|
||
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. JavaScript should always live in a separate file. Inline scripts are bad form. |
||
function plusDivs(n) { | ||
showDivs(slideIndex += n); | ||
} | ||
|
||
function currentDiv(n) { | ||
showDivs(slideIndex = n); | ||
} | ||
|
||
function showDivs(n) { | ||
var i; | ||
var x = document.getElementsByClassName("mySlides"); | ||
var dots = document.getElementsByClassName("demo"); | ||
if (n > x.length) {slideIndex = 1} | ||
if (n < 1) {slideIndex = x.length} | ||
for (i = 0; i < x.length; i++) { | ||
x[i].style.display = "none"; | ||
} | ||
for (i = 0; i < dots.length; i++) { | ||
dots[i].className = dots[i].className.replace(" w3-opacity-off", ""); | ||
} | ||
x[slideIndex-1].style.display = "block"; | ||
dots[slideIndex-1].className += " w3-opacity-off"; | ||
} | ||
</script> | ||
</section> | ||
|
||
|
||
<footer class="footer"> | ||
<ul> | ||
<li> | ||
<a href="about.html">About</a> | ||
</li> | ||
<li> | ||
<a href="mailto:maddie.shields@me.com">Contact</a> | ||
</li> | ||
</ul> | ||
</footer> | ||
</div> | ||
</body> | ||
</html> |
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.
These have inline styles! The
width: 100%
should go in your CSS.