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-Bailey #75
Open
beaniebaye
wants to merge
7
commits into
Ada-C16:master
Choose a base branch
from
beaniebaye: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
Cedar-Bailey #75
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
a0a4525
Initial website design
beaniebaye fa8b7da
Adds all required content for site
beaniebaye e12bc45
Site now has all required elements
beaniebaye 9765c1e
Adds background images
beaniebaye 5cf9649
Minor changes to text colors
beaniebaye 7f08dbe
More minor changes
beaniebaye e1f7981
Makes color consistent and cleans up css
beaniebaye 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
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
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,56 @@ | |||||
<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>Portfolio</title> | ||||||
<link href="../styles/portfolio-style.css" rel="stylesheet"> | ||||||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||||||
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;500&display=swap" rel="stylesheet"> | ||||||
</head> | ||||||
<body> | ||||||
<header> | ||||||
<nav class="site-links"> | ||||||
<ul> | ||||||
<li><a href="index.html">Home</a></li> | ||||||
<li><a href="about.html">About me</a></li> | ||||||
</ul> | ||||||
</nav> | ||||||
</header> | ||||||
|
||||||
<section class="container"> | ||||||
<h1>Projects</h1> | ||||||
<article> | ||||||
<h2><a href="https://github.com/beaniebaye/viewing-party">Viewing Party</a></h2> | ||||||
<p>First official python project! Practiced writing functions, introductory problem solving, nested data structures and test driven development.</p> | ||||||
</article> | ||||||
<article> | ||||||
<h2><a href="https://github.com/beaniebaye/adagrams-py">Adagrams</a></h2> | ||||||
<h3>In Collaboration with <a href="https://github.com/jacyyang04" class="partner">Jacy Yang</a></h3> | ||||||
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. This should probably just be a styled paragraph, not a
Suggested change
|
||||||
<p>First paired programming project! Also done in python. Practiced function fundamentals, test driven development and play testing.</p> | ||||||
</article> | ||||||
<article> | ||||||
<h2><a href="https://github.com/beaniebaye/swap-meet">Swap Meet</a></h2> | ||||||
<p>Practiced defining classes, class methods and creating instances of my created classes. Continued to follow a test driven development workflow and was able to complete the optional enhancements.</p> | ||||||
</article> | ||||||
<article> | ||||||
<h2><a href="https://github.com/beaniebaye/task-list-api">Task List</a></h2> | ||||||
<p>A web API that keeps track of your tasks and can interact with Slack! Practiced creating a RESTful API and CRUD routes. Also created models that interacted with a database.</p> | ||||||
</article> | ||||||
<article> | ||||||
<h2><a href="https://github.com/MiffyBruna/retro-video-store">Retro Video Store</a></h2> | ||||||
<h3>In Collaboration with <a href="https://github.com/MiffyBruna" class="partner">Citlalli Zarate</a></h3> | ||||||
<p>A web API for a retro video store! Created a RESTful API, CRUD routes and created custom endpoints. Had time to attempt all of the optional enhancements </p> | ||||||
</article> | ||||||
</section> | ||||||
|
||||||
<footer> | ||||||
<div class="socials"> | ||||||
<a href="https://github.com/beaniebaye" class="social"> | ||||||
<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 24 24"><path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/></svg> | ||||||
</a> | ||||||
</div> | ||||||
<p>© 2021 Bailey Holderman</p> | ||||||
</footer> | ||||||
|
||||||
</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,99 @@ | ||
.bio { | ||
font-weight: 200; | ||
font-size: 30px; | ||
} | ||
|
||
.bio, .tech-info { | ||
font-weight: 300; | ||
background-color: rgba(211, 215, 216, 0.75); | ||
} | ||
|
||
body { | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
|
||
footer { | ||
background-color: rgba(211, 215, 216); | ||
height: 150px; | ||
} | ||
|
||
footer p { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
} | ||
|
||
footer .socials { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
padding-top: 10px; | ||
} | ||
|
||
h1 { | ||
font-size: 90px; | ||
margin: 0; | ||
} | ||
|
||
h1, .bio, .tech-info { | ||
padding: 30px; | ||
} | ||
|
||
header { | ||
background-color: rgb(2, 2, 15); | ||
color: rgba(211, 215, 216); | ||
font-size: 40px; | ||
|
||
} | ||
|
||
li { | ||
width: 250px; | ||
text-decoration: none; | ||
} | ||
|
||
nav { | ||
display: flex; | ||
justify-content: flex-end; | ||
} | ||
|
||
nav li a { | ||
color: rgba(211, 215, 216); | ||
text-decoration: none; | ||
} | ||
|
||
nav li a:hover { | ||
color: gray; | ||
transition: all 1s ease-out; | ||
text-decoration: none; | ||
} | ||
|
||
p { | ||
font-weight: 200; | ||
} | ||
|
||
section { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100vh; | ||
background-image: url("../images/AboutBG.JPG"); | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-size: cover; | ||
color: rgb(23, 60, 104); | ||
} | ||
|
||
.site-links ul { | ||
display: flex; | ||
list-style-type: none; | ||
} | ||
|
||
.social { | ||
margin: 10px; | ||
} | ||
|
||
.tech-info { | ||
display: flex; | ||
flex-direction: column; | ||
height: 250px; | ||
justify-content: center; | ||
} |
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,94 @@ | ||
a:hover { | ||
color: rgb(92, 93, 95); | ||
transition: all 1s ease-out; | ||
text-decoration: none; | ||
} | ||
|
||
body { | ||
font-family: 'Poppins', sans-serif; | ||
} | ||
|
||
footer { | ||
background-color: rgba(211, 215, 216); | ||
height: 150px; | ||
} | ||
|
||
footer p { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
} | ||
|
||
footer .socials { | ||
display: flex; | ||
flex-direction: row; | ||
justify-content: center; | ||
padding-top: 10px; | ||
} | ||
|
||
h1 { | ||
font-size: 90px; | ||
margin: 0; | ||
} | ||
|
||
header { | ||
height: 100vh; | ||
color: rgba(211, 215, 216); | ||
font-size: 40px; | ||
background-image: url("../images/IndexBG.JPG"); | ||
background-repeat: no-repeat; | ||
background-attachment: fixed; | ||
background-size: cover; | ||
} | ||
|
||
header nav { | ||
background-color: rgb(2, 2, 15); | ||
} | ||
|
||
.hero-text { | ||
margin-left: 40px; | ||
margin-bottom: 200px; | ||
} | ||
|
||
.hero-text h1 { | ||
font-weight: 700; | ||
} | ||
|
||
.hero-text p { | ||
font-weight: 200; | ||
} | ||
|
||
.hero-section { | ||
display: flex; | ||
flex-direction: column; | ||
height: 100%; | ||
justify-content: center; | ||
} | ||
|
||
li { | ||
width: 250px; | ||
text-decoration: none; | ||
} | ||
|
||
nav { | ||
display: flex; | ||
justify-content: flex-end; | ||
} | ||
|
||
nav li a { | ||
color: rgba(211, 215, 216); | ||
text-decoration: none; | ||
} | ||
|
||
p { | ||
font-weight: 200; | ||
} | ||
|
||
.site-links ul { | ||
display: flex; | ||
list-style-type: none; | ||
} | ||
|
||
.social { | ||
margin: 10px; | ||
} |
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.
You can actually import multiple stylesheets so you could have one that had all your shared styles and then a separate one per page (you mentioned wanting to DRY up your CSS):