forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 110
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
Otters - Diana M. #90
Open
mm-diana
wants to merge
20
commits into
ada-c17:master
Choose a base branch
from
mm-diana:main
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
20 commits
Select commit
Hold shift + click to select a range
466a9f2
Edits to index.html
mm-diana aae79e9
deleted vs code folder
mm-diana 580b315
adding in edits
mm-diana 69ad9eb
collage works have not added name fade in
mm-diana fd6d88b
added the section and adjusted to the collage
mm-diana 8fe543c
changed nav still in progress
mm-diana 8c9217b
added icons, navfor header and footer
mm-diana 15e0221
corrected pointer for project names
mm-diana 94cfb43
added about me and projects in progress
mm-diana ae0553d
adding in portfolio page
mm-diana fc6dd10
edited about me page
mm-diana 921941c
edits to about me, spacing in index in progress
mm-diana 1bd8712
added alt text and arranged css file
mm-diana ddc845e
updated html with image links
mm-diana c556671
edited font
mm-diana 3c32d65
adding dummy index
mm-diana 178880e
adding docs file
mm-diana bddf348
Update index.html
mm-diana 0990e97
adding index changes
mm-diana 24a0adb
adding ..infront of images
mm-diana 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
pages |
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.
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,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<title>Placeholder</title> | ||
<meta http-equiv="refresh" content="0; url=https://arantxax28.github.io/personal-portfolio-site/pages/index.html"> | ||
</head> | ||
<body> | ||
<p>Test</p> | ||
</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
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 |
---|---|---|
|
@@ -4,9 +4,69 @@ | |
<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> | ||
<title>Diana Home</title> | ||
<link rel="stylesheet" href="../styles/style.css"> | ||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css"> | ||
</head> | ||
<body> | ||
|
||
<header> | ||
<nav class="nav-bar"> | ||
<a href="index.html"><i class="fa fa-home fa-lg"></i></a> | ||
<ul class="nav-links"> | ||
<li class="nav-item"><a href="about.html">About Me</a></li> | ||
<li class="nav-item"><a href="portfolio.html">Projects</a></li> | ||
</ul> | ||
</nav> | ||
</header> | ||
<section> | ||
<div class="intro"> | ||
<h1>Hi, I'm Diana.</h1> | ||
<h3>Los Angeles + Seattle</h3> | ||
<a href="about.html" class="page_buttons">Learn More</a> | ||
</div> | ||
</section> | ||
<hr> | ||
<div class="collage-flex"> | ||
<h2>Projects</h2> | ||
<div class="collage-grid"> | ||
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. Nice solution with nesting a grid inside a flex! |
||
<section class="collage-grid-vp"> | ||
<img class="grayscale collage-grid-vp" src="../images/viewing_party.jpg" alt="popcorn and clapperboard"> | ||
<div class="img_name">Viewing Party</div> | ||
</section> | ||
<section class="collage-grid-ag"> | ||
<img class="grayscale" src="../images/adagrams.jpg" alt="coffee, a magazine and scrabble letters"> | ||
<div class="img_name">Adagrams</div> | ||
</section> | ||
<section class="collage-grid-sm"> | ||
<img class="grayscale" src="../images/swap_meet.jpg" alt="colorful jacket"> | ||
<div class="img_name">Swap Meet</div> | ||
</section> | ||
<section class="collage-grid-tl"> | ||
<img class="grayscale" src="../images/task_list.jpg" alt="a to do list"> | ||
<div class="img_name">Task List</div> | ||
</section> | ||
</div> | ||
<a href="portfolio.html" id="page-buttons">View More</a> | ||
</div> | ||
<hr> | ||
<footer> | ||
<nav class="nav-footer"> | ||
<ul class="nav-links"> | ||
<li class="nav-item"><a href="https://github.com/Arantxax28"><i class="fa fa-github"></i></a></li> | ||
<li class="nav-item"><a href="https://www.linkedin.com/"><i class="fa fa-linkedin"></i></a></li> | ||
<li class="nav-item"><a href="https://www.gmail.com/"><i class="fa fa-envelope"></i></a></li> | ||
</ul> | ||
</nav> | ||
</footer> | ||
</body> | ||
</html> | ||
</html> | ||
|
||
|
||
<!-- Updated image names for easy access but links to images are below | ||
adagrams: https://unsplash.com/photos/rUeFrm7NV6E | ||
palmtrees_a: https://unsplash.com/photos/25ELwHMxxzc | ||
palmtress_b: https://unsplash.com/photos/3XUijzqLOV8 | ||
swap_meet: https://unsplash.com/photos/qyy6pmM2Hg8 | ||
task_list: https://unsplash.com/photos/Ki0-ea-Hgx4 | ||
viewing_party: https://unsplash.com/photos/q8P8YoR6erg | ||
--> |
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
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.
In semantic HTML, header tags should be used to indicate different sections of content, not as stylistic elements. Link