Skip to content
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

Cheetahs - Ariam Y. #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/bannerpic2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/bannerpic3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 48 additions & 2 deletions pages/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,54 @@
<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_styles.css">
</head>
<body>

<section class="container">
<header>
<nav>
<a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/index.html">Home</a>
<a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/portfolio.html">Portfolio</a>
Comment on lines +14 to +15

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To make these hyperlinks accessible to other folks who pull up your code, we can access them by their relative path, like this:

<a href="index.html">Home</a>
<a href="portfolio.html">Portfolio</a> 

</nav>
</header>
</div>
<main>
<section>
<h2>Highlights</h2>
<h2>A Little about me :</h2>
<div>
<p>
"Hi! My name is Ariam Yonas, and I am a recent graduate from the University of Washington where I majored in Community, Environment, and Planning with a minor in Data Science. I am originally from Eritrea.
However, I grew up in a small town called Hanau in Germany.
There, I experienced firsthand the positive impact that a well-functioning public transportation system has on the resilience of an urban environment.
Through living in diverse places, I experienced the many capacities of public transportation and urban development that can either foster or stall the future building of sustainable communities.
In my education at CEP, I have been able to engage my curiosity with my passion for software engineering, data activism and placemaking. As an advocate, my mind is always full of new ideas to explore and adventures to pursue.
In the future, I hope to use all that I have learned through CEP to do intentional and meaningful work to build resilient communities." </p>
</div>
</section>
<brb>
<section>
<h2> What I've learned so far at ADA</h2>
<ul class = 'tags'>
<li>Python</li>
<li>Html</li>
<li>CSS</li>
<li>Flask</li>
<li>SQL</li>
</ul>
</section>

</main>
<footer>
<nav id ='footer-nav'>
<ul class = 'footer-tags'>
<li><a href = 'https://github.com/arusphere'>GitHub</a></li>
<lil><a href = 'https://www.linkedin.com/in/ariam-y-5a8ab4134/'>LinkedIn</a></lil>
<lil><a href = '[email protected]'>Email</a></lil>
</ul>
</nav>
</footer>
Comment on lines +46 to +54

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Beautiful footer! 🌹

</section>
</body>
</html>
</html>

16 changes: 15 additions & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@
<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_styles.css">
</head>
<body>

<header>
<div id = 'grid'><img src="../images/bannerpic2.png" alt="portrait"></div>
<nav>
<ul>
<a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/portfolio.html">Portfolio</a>
<a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/about.html">About</a>
</ul>
</nav>
</header>
<main>
<h1>Ariam Yonas</h1>
<p> Hi! My name is Ariam Yonas(she/her). I'm currently a Software Engineering Stundent at Ada Developers Academy with a passion for urban innovation.</p>
<p>"First solve the problem. Then write the code".</p>
</main>
</body>
</html>
52 changes: 51 additions & 1 deletion pages/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,58 @@
<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">
</head>
<body>

<header>
<h1> Ariam Yonas</h1>
<nav>
<ul>
<li><a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/portfolio.html">Portfolio</a></li>
<li><a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/index.html">Home</a></li>
<li><a href="file:///Users/ariamyonas/Developer/projects/personal-portfolio-site/pages/about.html">About</a></li>
</ul>
</nav>
</header>
<main>
<section>
<h2>Viewing Party</h2>
<p>Created a platform that allows friends to keep track of and exchange movies to watch.<a href = "https://github.com/arusphere/viewing-party">here</a>.</p>
<ul class = 'tags'>
<li>Python</li>
<li> TDD</li>
</ul>
<h2>Task List</h2>
<p>My first API! Created a d database to tasks information. <a href = "https://github.com/arusphere/task-list-api">here</a>.</p>
<ul class ='tags'>
<li> Python</li>
<li> Postman</li>
<li> SQL</li>
</ul>
</section>
<section>
<h2>Swap Meet</h2>
<p>Created a platform for friends that want to swap items between different inventories. <a href = "https://github.com/arusphere/swap-meet">here</a>.</p>
<ul class = 'tags'>
<li>Python</li>
<li>TDD</li>
</ul>
<h2>Ada Grams</h2>
<p>Created a game where a player is given a random set of letters and must make an anagram using those letters. Each submitted word will score points. <a href = "https://github.com/arusphere/adagrams-py">here</a>.</p>
<ul class = 'tags'>
<li>Python</li>
<li>TDD</li>
</ul>
</section>
</main>
<footer>
<nav>
<ul>
<li><a href = 'https://github.com/arusphere'>GitHub</a></li>
<lil><a href = 'https://www.linkedin.com/in/ariam-y-5a8ab4134/'>LinkedIn</a></lil>
<lil><a href = '[email protected]'>Email</a></lil>
</ul>
</nav>
</footer>
</body>
</html>
105 changes: 105 additions & 0 deletions styles/about_styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
body {
margin: 0;
font-family: helvetica;
display: grid;
grid-template-columns: 20% auto 20%;
grid-template-rows: .5fr 1fr .25fr;
Comment on lines +4 to +6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic use of grid!

font-weight: 300;
text-align: center;
background-color: antiquewhite;
}

header {
text-align: center;
margin-top: 5em;
grid-column: 2/3;
grid-row: 1/2;
font-size: 2vw;
}

a {
text-decoration: none;
}

h2 {
text-align: center;
font-size: 2vw;
}

ul {
display: flex;
flex-direction: row;
justify-content: space-evenly;
text-align: center;
}

main {
grid-column: 1/4;
grid-row: 2/3;
background-color:whitesmoke;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-evenly;
}

section {
width: 100vw;
height: 15 vw;
align-items: center;
font-size: 1.5vw;
}

nav {
word-spacing: 300px;
font-weight: 800;
}
p {
font-size: x-large;
font-family: fantasy;
text-indent: 4em

}

footer {
grid-column: 1/4;
grid-row: 3/ span 4;
background-color: #3e3e3e;
}

footer a {
color: #E8DEF7;
font-size: 1vw;
}

#footer-tags {
font-size: 10vw;
}

.tags li {
color: whitesmoke;
border-radius: 10px;
padding: .5em;
font-size: .7em;
font-weight: bold;
}

.tags li:nth-of-type(1) {
background-color: royalblue;
}

.tags li:nth-of-type(2) {
background-color: orange;
}

.tags li:nth-of-type(3) {
background-color: mediumvioletred;
}

.tags li:nth-of-type(4) {
background-color: teal;
}

.tags li:nth-of-type(5) {
background-color: purple;
}
Comment on lines +87 to +105

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome! ✨

56 changes: 56 additions & 0 deletions styles/index_styles.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
body {
background-color:rosybrown;
}

h1 {
text-align: center;
color:#E2E2F3;
justify-content: center;
font-family: Verdana, Geneva, Tahoma, sans-serif;
font-size: 4vw;
}

header img{
width: 100%;
height: 405px; ;
display: flex;
flex-direction: column-reverse;

Comment on lines +16 to +18

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great use of flexbox to align this header image! 💯

}


nav {
word-spacing: 270px;
text-align: center;
padding: .5em;
font-size: .7em;
font-weight: 300;
background-color:floralwhite;

}

a {
color:#3e3e3e;
font-weight: 300;
text-decoration: none;
text-align: center;
font-size: 2vw;
font-family: Helvetica, sans-serif;
word-spacing: 10xp;
}
header {
background-color:floralwhite;
}
header nav a{
padding: .5em;
border-radius: 10px;
}
h1 {
color: floralwhite;
}
p {
color:floralwhite;
text-align: center;
font-size: 2rem;
font-family: fantasy;
}
Loading