Skip to content
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
11 changes: 11 additions & 0 deletions css/student_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,14 @@
}

/* Place your styles below this line */
#patricia-santana {
background-image: url('http://wac.450f.edgecastcdn.net/80450F/1079ishot.com/files/2014/06/Lipton_Kermit-630x422.png');
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
font-size: 30px;
color: #fff;
font-family: 'Arial Black', Gadget, sans-serif;
text-shadow: 1px 1px #000;
transition: .2s;
}
Binary file added images/heart.1.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 removed images/will_serious.jpg
Binary file not shown.
Binary file removed images/will_smile.jpg
Binary file not shown.
108 changes: 58 additions & 50 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,56 +1,64 @@
<html lang="en">
<head>
<title>Scripted Student Portfolio Pages</title>
<!-- Look good on mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/default_style.css">
<!-- Our stylesheet -->
<link rel="stylesheet" href="css/student_style.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="js/script.js" charset="utf-8"></script>

</head>
<body>
<div class="container">
<h1>SCHOOL_NAME Student Portfolios</h1>
<div class="row">
<div class="col-sm-4">
<a class="student-tile" id="will-moritz" href="http://willthefirst.com">
<span>Will Moritz</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id ="student1" href="">
<span>student1</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id="student2" href="">
<span>Student2</span>
</a>
</div>
<head>
<title>Scripted Student Portfolio Pages</title>
<!-- Look good on mobile -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="css/default_style.css">
<!-- Our stylesheet -->
<link rel="stylesheet" href="css/student_style.css">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="js/script.js" charset="utf-8"></script>

</head>

<body>
<div class="container">
<h1>SCHOOL_NAME Student Portfolios</h1>
<div class="row">
<div class="col-sm-4">
<a class="student-tile" id="will-moritz" href="http://willthefirst.com">
<span>Will Moritz</span>
</a>
</div>
<div class="row">
<div class="col-sm-4">
<a class="student-tile" id ="student3" href="">
<span>student3</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id ="student4" href="">
<span>student4</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id ="student5" href="">
<span>student5</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id="student1" href="">
<span>student1</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id="student2" href="">
<span>Student2</span>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<a class="student-tile" id="student3" href="">
<span>student3</span>
</a>
</div>
<div class="col-sm-4">
<a class="student-tile" id="student4" href="">
<span>student4</span>
</a>
</div>
<div class="row"></div>
<div class="col-sm-4">
<a class="student-tile" id="student5" href="">
<span>student5</span>
</a>
</div>
<!-- Copy lines 46-50, paste and edit below -->

</div>
</body>
<!-- Copy lines 46-50, paste and edit below -->
<div class="col-sm-4">
<a class="student-tile" id="patricia-santana" href="">
<span>patricia-santana</span>
</a>
</div>
</div>
</body>

</html>