Skip to content

Eduardo's Page #19

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 4 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
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,19 @@ <h3 class="project-name">Your Project Name</h3>
</div>
</div>
<!-- END -->
<!-- ADD YOURSELF HERE -->
<div class="project">
<div class="project-wrap">
<!-- CHANGE TO YOUR OWN PHOTO AND ID -->
<img src="http://th05.deviantart.net/fs71/PRE/i/2013/091/3/5/adidas_soccer_ball_by_morphosxy3-d603sul.png" alt="" class="picture" id="YOURNAME">
<h2 class="name">Eduardo</h2>
<h3 class="project-name">Virtual Soccer League</h3>
<p class="project-description">
Frontend Website for a Fantasy Soccer App (Soccer version of Fantasy Football). Here is the link: <a href="projects/project-eduardo.html">Virtual League</a>
</p>
</div>
</div>
<!-- END -->
</div>

</div>
Expand Down
34 changes: 34 additions & 0 deletions projects/project-eduardo.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Liga Virtual | Project List | MKS Front-End Cohort 1</title>
<link rel="stylesheet" href="../stylesheets/app.css" />
<script src="../bower_components/modernizr/modernizr.js"></script>
</head>

<!-- change the ID here to your name ID. it should be the same as the ID on the .picture div in index.html -->
<body class="project-page" id="YOURNAME">

<!-- YOURNAME Project -->
<div class="project">
<div class="project-wrap">
<div class="picture">
<!-- change to your photo URL -->
<img src="http://th05.deviantart.net/fs71/PRE/i/2013/091/3/5/adidas_soccer_ball_by_morphosxy3-d603sul.png" alt="">
</div>
<h2 class="name">Eduardo</h2>
<h3 class="project-name">Virtual League</h3>
<p class="project-description">
Webpage for Virtual League Game (Soccer version of Fantasy Football).
</p>
</div>
</div>
<!-- END -->

<script src="../bower_components/jquery/dist/jquery.min.js"></script>
<script src="../bower_components/foundation/js/foundation.min.js"></script>
<script src="../js/app.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions scss/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

h1, h2, h3, h4, h5, h6 {
color: inherit;

}

// Or selectively include components
Expand Down
6 changes: 5 additions & 1 deletion scss/custom.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// CUSTOMIZATIONS

$elyse-project-color: #651B63;

$eduardo-project-color: #CCCCCC;
// add your project main color here:
// $MYNAME-project-color: HEXVALUE;

Expand All @@ -18,3 +18,7 @@ $elyse-project-color: #651B63;

#sartaj {}

#eduardo {
@include readable($eduardo-project-color);
}