Skip to content

Emily Adams Homework for Preprocessing 1 #1299

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

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 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
220 changes: 208 additions & 12 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,38 +133,234 @@ table {
html,
body {
height: 100%;
font-family: sans-serif;
font-family: 'Roboto Condensed', sans-serif;
}
h2 {
color: #e0e0e0;
font-size: 2rem;
padding-bottom: 4%;
padding-top: 2%;
text-align: center;
text-decoration: none;
}
a {
text-decoration: none;
}
header {
background-image: url("../images/wallpaper.jpg");
height: 91%;
height: 92.5%;
display: flex;
justify-content: left;
flex-direction: column;
}
header .logo {
color: white;
font-size: 2rem;
padding: 1%;
}
header h1 {
font-size: 4rem;
color: white;
color: #e0e0e0;
padding: 12% 0 0 16%;
}
header p {
color: white;
font-size: 1rem;
color: #e0e0e0;
font-size: 1.5rem;
padding: 1% 0 0 16%;
width: 40%;
}
header .navBar {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
header .logo {
color: #e0e0e0;
font-size: 2rem;
padding: 1%;
width: 20%;
}
.JeremyImg {
header nav {
padding: 1%;
width: 30%;
}
header nav a {
text-decoration: none;
color: #e0e0e0;
font-size: 1.5rem;
padding: 1%;
}
header .JeremyImg {
height: 100%;
display: flex;
justify-content: right;
align-items: flex-end;
margin-left: 100%;
position: fixed;
position: absolute;
height: calc(100vh - 70px);
transform: translateX(-150%);
transition: transform 0.8s ease-in-out;
}
@media screen and (max-width: 600px) {
header .JeremyImg {
transform: translateX(-65%);
}
header h1 {
padding: 12% 0 0 2%;
width: 40%;
}
header p {
padding: 2% 0 0 2%;
width: 40%;
font-size: 1.5rem;
}
header .navBar {
padding: 0% 3%;
}
header nav {
width: 80%;
align-self: flex-start;
padding-left: 30%;
flex-direction: row;
}
header nav a {
font-size: 1rem;
}
}
@media screen and (min-width: 601px) and (max-width: 1060px) {
header .JeremyImg {
transform: translateX(-90%);
}
header h1 {
padding: 12% 0 0 2%;
width: 40%;
}
header p {
padding: 2% 0 0 2%;
width: 40%;
}
header .navBar {
padding: 0% 3%;
}
header nav {
width: 62%;
align-self: flex-start;
flex-direction: row;
}
}
@media screen and (min-width: 1061px) and (max-width: 1450px) {
header .JeremyImg {
transform: translateX(-100%);
}
}
.myWork {
background-image: url("../images/backgroundTree.jpg");
background-size: cover;
height: 50rem;
background-repeat: no-repeat;
}
.myWork ul {
display: flex;
justify-content: center;
flex-direction: column;
}
.myWork .backLine {
display: flex;
justify-content: center;
padding-left: 1%;
}
.myWork li {
display: flex;
justify-content: center;
align-items: center;
flex-direction: row;
height: 200px;
}
.myWork li img {
height: 201px;
}
.myWork .textContainer {
padding: 5%;
width: 45%;
}
.myWork p {
color: #e0e0e0;
font-size: 1.5rem;
}
@media screen and (max-width: 800px) {
.myWork li {
height: 10%;
flex-direction: column;
}
.myWork .textContainer {
width: 90%;
}
.myWork li img {
height: 10rem;
}
}
@media (max-width: 800px) {
.myWork {
height: 1200px;
}
}
.divider {
background-color: #b9bdce;
background-size: cover;
height: 1%;
background-repeat: no-repeat;
}
.services {
background-image: url("../images/coverphotowolf.png");
background-size: cover;
height: 400px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
.services ul {
display: flex;
list-style-type: disc;
flex-direction: column;
}
.services li {
color: #e0e0e0;
font-size: 1.8rem;
padding: 3%;
width: 150%;
}
footer {
background-image: url("../images/wallpaper.jpg");
background-size: cover;
height: 150px;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: center;
}
footer nav {
padding: 1%;
width: 15%;
text-align: center;
flex-direction: column;
display: flex;
justify-content: center;
align-items: center;
}
footer nav a {
text-decoration: none;
color: #e0e0e0;
font-size: 1.5rem;
padding: 1%;
}
footer p {
color: #e0e0e0;
font-size: 1.5rem;
padding-top: 4%;
}
button {
border-radius: 8px;
background-color: #1c2f49;
padding: 10%;
text-decoration: none;
}
button:hover {
background-color: #b9bdce;
}
Binary file modified images/Jeremy.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/backgroundTree.jpg
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/coverphotowolf.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/line.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/work1.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/work2.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/work3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
62 changes: 60 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,83 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
<title>Jeremy Adams</title>
<link rel="stylesheet" href="css/index.css">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap" rel="stylesheet">
</head>

<body>
<div class="flex"></div>
<header>
<section class="navBar">
<div class= "logo">Jeremy Adams Ink</div>
<nav>
<a href="index.html">Home</a>
<a href="https://www.artstation.com/jeremy_adams" target="_blank">About</a>
<a href="https://www.artstation.com/jeremy_adams" target="_blank">Portfolio</a>
<a href="https://www.artstation.com/jeremy_adams" target="_blank">Contact</a>
</nav>
</section>
<h1>Hi, I'm Jeremy,</h1>
<p>I am a concept artist and illustrator</p>
<p>I'm a concept artist and illustrator making professional art to make your product stand out.</p>
<div class = "JeremyImg"><img src="images/Jeremy.png" alt="Jeremy" height=90%></div>
</header>

<div class="divider"></div>

<section class="myWork">
<h2>My Work</h2>
<Ul>
<div class = "backLine"><img src="images/line.png" width= 1500px height= 10px></div>
<li>
<a href="https://store.steampowered.com/app/656030/The_Lost_Legends_of_Redwall__The_Scout_Act_I/" target="_blank"><img src = "images/work1.png"></a>
<div class = "textContainer", class ="cont1">
<a href="https://store.steampowered.com/app/656030/The_Lost_Legends_of_Redwall__The_Scout_Act_I/" target="_blank"><h2>Redwall: The Scout</h2></a>
<p>I worked with Soma Games to create concept art and game textures for Redwall: The Scout.</p>
</div>
</li>
<div class = "backLine"><img src="images/line.png" width= 1500px height= 10px></div>
<li>
<a href="https://appadvice.com/app/galaxies-of-hope/1300223167" target="_blank"><img src = "images/work2.png"></a>
<div class = "textContainer", class ="cont2">
<a href="https://appadvice.com/app/galaxies-of-hope/1300223167" target="_blank"><h2>Galaxies of Hope</h2></a>
<p>I partnered with Numinous Games to create the 2D game assets for "Galaxies of Hope", a mobile app that explores the journey of those with neuroendocrine cancer.</p>
</div>

</li>
<div class = "backLine"><img src="images/line.png" width= 1500px height= 10px></div>
<li>
<a href="https://store.steampowered.com/app/1070150/SLAYERS_FOR_HIRE/" target="_blank"><img src = "images/work3.png"></a>
<div class = "textContainer", class ="cont3">
<a href="https://store.steampowered.com/app/1070150/SLAYERS_FOR_HIRE/" target="_blank"><h2>Slayers For Hire</h2></a>
<p>I was able to work with Meta Games to create the background assets for "Slayers For Hire", an indie platform fighter game.</p>
</div>
</li>
</Ul>
</section>

<div class="divider"></div>

<section class="services">
<ul>
<h2>Services</h2>
<li>Illustrations</li>
<li>Concept Art</li>
<li>2D Game Assets</li>
</ul>
</section>

<div class="divider"></div>

<footer>
<nav>
<button><a href="https://www.artstation.com/jeremy_adams" target="_blank">Contact</a></button>
<p>[email protected]</p>
</nav>
</footer>

</body>
</html>
Loading