forked from AdaGold/group-fansite
-
Notifications
You must be signed in to change notification settings - Fork 155
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
Lions - Jessica A #104
Open
Jessicaenvisions
wants to merge
7
commits into
Ada-C18:master
Choose a base branch
from
Jessicaenvisions: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
Lions - Jessica A #104
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
540a85b
Modified wave 1
Jessicaenvisions 870d21e
Modified wave 1
Jessicaenvisions 7d7cff7
Finished Wave 1
Jessicaenvisions 862d210
Modified of some of wave 2
Jessicaenvisions 768fa42
Modified some of wave 3
Jessicaenvisions 75b6fbd
Finished wave 3
Jessicaenvisions 56edc7b
Modified some last things
Jessicaenvisions 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.
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,33 @@ | ||
<!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> | ||
<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>Home</title> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<div class="grid-container"> | ||
<div class="item1"><h1>Jessica Edith Ambriz-Madrigal </h1></div> | ||
<div class="item2"> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/index.html"> Home </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/about.html"> About Me </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/portfolio.html"> Portfolio </a></p></div> | ||
</div> | ||
<div class="item3"> | ||
<article> | ||
<h3>My interests</h3> | ||
<img src="https://basmo.app/wp-content/uploads/2021/08/benefits-of-reading-books.jpg" alt="A femme presenting person reading a book"> | ||
<p> In my free time I enjoy learning about the history of health care, and how socialization has impacted the history of multiple countries.</p> | ||
</article> | ||
|
||
<article> | ||
<h3>My background</h3> | ||
<img src="https://ssir.org/images/made/images/articles/shutterstock_micro_196_196.jpg" alt="Image of 20 hands of diffrent complextions in a circle. In the circle there are numbers, objects like apples, musical notes, lab flasks and many more objects. "> | ||
<p>Before Ada Developers Academy I had worked in K-16 education system. I knew I enjoyed working with people, sharing my knowldge. I saw coding as an oppertunity to one day be able to share my knowldge with community and create visablity to people who also identify as a nontraditional backgrounds in Software Engineering. To allow people know their is space for everyone because software engineering is everywhere! </p> | ||
</article> | ||
</div> | ||
<div class="item5"><h4>Jessica Edith Ambriz-Madrigal</h4></div> | ||
</div> | ||
</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,27 @@ | ||
<!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> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<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>Home</title> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<header> | ||
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 |
||
<nav> | ||
<div class="container"> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/index.html"> Home </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/about.html"> About Me </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/portfolio.html"> Portfolio </a></p></div> | ||
</div> | ||
</nav> | ||
|
||
|
||
<div> | ||
<footer> | ||
<h4>Jessica Edith Ambriz-Madrigal</h4> | ||
</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 |
---|---|---|
@@ -1,12 +1,54 @@ | ||
<!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> | ||
</head> | ||
<body> | ||
|
||
</body> | ||
<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>Portfolio</title> | ||
<link href="style.css" rel="stylesheet"> | ||
</head> | ||
<body> | ||
<header> | ||
<nav> | ||
<div class="container"> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/index.html"> Home </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/about.html"> About Me </a></p></div> | ||
<div><p><a href="file:///Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/pages/portfolio.html"> Portfolio </a></p></div> | ||
</div> | ||
</nav> | ||
</header> | ||
|
||
<section> | ||
<h2> My Ada projects</h2> | ||
<p>I have added my projects from Ada.</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Task API project</h3> | ||
<p><a href="https://github.com/Jessicaenvisions/task-list-api.git"><img src="/Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/assets/snip-task-api-project.png" alt="A snipit of task api code"></a></p> | ||
<p><a href="https://github.com/Jessicaenvisions/task-list-api.git"> Git hub repo </a></p> | ||
<p>In this project I go to create my first slack bot and create a website that post certain tasks needing to be completed. This project required the use of API, flask framework and python.</p> | ||
</section> | ||
|
||
<section> | ||
<h3>Viewing-party</h3> | ||
<p><a href="hhttps://github.com/Jessicaenvisions/viewing-party.git"><img src="/Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/assets/snip-viewing-party.png" alt="A snipit of viewing party code"></a></p> | ||
<p><a href="https://github.com/Jessicaenvisions/viewing-party.git"> Git hub repo </a></p> | ||
<p>This was my first project and I got the oppertunity to apply my knowledge about nested list and dictionaries. </p> | ||
</section> | ||
|
||
<section> | ||
<h3>Adagrams-py</h3> | ||
<p><a href="https://github.com/Jessicaenvisions/adagrams-py.git"><img src="/Users/jessicaambriz-madrigal/Developer/projects/personal-portfolio-site/assets/snip-adagrams.png" alt="A snipit of adagrams code"></a></p> | ||
<p><a href="https://github.com/Jessicaenvisions/adagrams-py.git"> Git hub repo </a></p> | ||
<p>This project was done with another partner. The pupose of this was to create a I got the oppertunity to show case my knowldge about using nested dictionaries, tests and changing data in lists and strings. </p> | ||
</section> | ||
|
||
|
||
<div> | ||
<footer> | ||
<h4>Jessica Edith Ambriz-Madrigal</h4> | ||
</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,75 @@ | ||
|
||
.container { | ||
width: 500px; | ||
display: flex; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
justify-content: space-around; | ||
align-items: center; | ||
background-origin: border-box; | ||
position: -1 span; | ||
margin: 10px 0; | ||
color: #fff; | ||
background: linear-gradient( | ||
90deg, | ||
rgba(131, 58, 180, 1) 0%, | ||
rgba(253, 29, 29, 0.6) 60%, | ||
rgba(252, 176, 69, 1) 100% | ||
), radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(0, 0, 0, | ||
|
||
1) 28%); | ||
padding: 10px ; | ||
border: 20px ; | ||
width: 100%; | ||
background-origin: padding-box, content-box; | ||
background-repeat: no-repeat; | ||
} | ||
|
||
body { | ||
background-color: rgb(224, 143, 230); | ||
} | ||
|
||
h1{ | ||
align-items: center; | ||
} | ||
|
||
h3 { | ||
font-size: 2rem; | ||
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; | ||
color : rgb(192, 192, 255); | ||
} | ||
|
||
h4 { | ||
font-size: 1rem; | ||
font-family: cursive; | ||
color : black; | ||
} | ||
|
||
|
||
img { | ||
width: 65% ; | ||
} | ||
|
||
.item1 { grid-area: header;} | ||
.item2 { grid-area: menu; } | ||
.item3 { grid-area: main; } | ||
.item5 { grid-area: footer; } | ||
|
||
.grid-container { | ||
display: grid; | ||
grid-template-areas: | ||
'header header header header header' | ||
'menu main main main right' | ||
'menu footer footer footer footer'; | ||
gap: 10px; | ||
background-color: #b84aad; | ||
padding: 10px; | ||
} | ||
|
||
|
||
.grid-container > div { | ||
background-color: rgba(255, 255, 255, 0.8); | ||
text-align: center; | ||
padding: 20px 0; | ||
font-size: 30px; | ||
} |
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.
Be careful with your links! This is looking for a specific file on your computer. These links do not work if other people are trying to open your webpage. Instead, you should use relative paths.
Here is a great resource on absolute vs relative paths: https://www.geeksforgeeks.org/absolute-relative-pathnames-unix/
This applies to image URLs as well.