Skip to content

Commit

Permalink
prof page
Browse files Browse the repository at this point in the history
  • Loading branch information
octopuscode committed Nov 16, 2017
1 parent a03acd2 commit 09bd13b
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 0 deletions.
67 changes: 67 additions & 0 deletions prof.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

body{
background-color: steelblue;
font-family: 'Montserrat', sans-serif;
text-align:center;
}
.header{
display: block;
text-align:left;
padding: 15px;
color:white;
text-decoration:none;
}
.Identification{
diaplay: block;
text-align:center;
font-size: 45px;
padding: 75px;
}
.img-profile{
display:inline-block;
border: 1px solid black;
margin:45px;
width: 255px;
height:275px;
background-color:white;

}
.proflink{
display:block;
border: 1px solid black;
margin:45px;
width: 255px;
height:35px;
margin:auto;
background-color:white;
}
.avgstats{
display:inline-block;
border: 1px solid black;
margin: 10px;
width: 225px;
height:225px;
font-weight:bold;
background-color:white;
}
.SelfEval{
display:inline-block;
border: 1px solid black;
margin:10px;
width: 225px;
height:225px;
font-weight:bold;
background-color:white;
}
.review{
display:block;
margin: 25px;
padding: 25px;
text-align:left;
font-size: 25px;
border: 1px solid black;
width:50%;
height: 175px;
background-color: white;
}
29 changes: 29 additions & 0 deletions prof.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!-- !DOCTYPE -->
<div class="header">
<link rel="stylesheet" type="text/css" href="prof.css">
<!-- NOT LINKED -->
<a href=""><i class="material-icons"> home </i></a>
</div>

<div class="profilebox">
<div class="Identification">
<span>Professor Name: Amelia Bedelia</span> <br>
<span>Class: AI</span>
</div>
<div class="proflink">
<a href="http://www.ratemyprofessors.com/"> Rate My Professor
</div>
<div class="img-profile">
<i class="material-icons">account_box</i>
<img src="" alt="">
</div>

<div class="avgstats">
<span>Avgerage Stats</span>
</div>
</div>
<div class="review">
<span>User Review...</span> <br> <br>
<span>User Review...</span> <br> <br>
<span> User Review...</span>
</div>

0 comments on commit 09bd13b

Please sign in to comment.