Skip to content

Commit

Permalink
Image zooming lib + Aurora page updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sguergachi committed Feb 22, 2017
1 parent 6a785c4 commit 834d834
Show file tree
Hide file tree
Showing 18 changed files with 1,423 additions and 18 deletions.
Binary file modified .sass-cache/eb7c39eaa1fd6c63ac0c0b33ae63b097ee84384d/style.scssc
Binary file not shown.
Binary file added Images/Aurora/image1.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 not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
37 changes: 32 additions & 5 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

41 changes: 36 additions & 5 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $highlight-blue: #0060BF;
$background-url: "../Images/diamond-web.png";
// Phone
$body-padding: 0px;
$row-height: 90px;
$row-height: 100px;
$row-bottom-margin: 1em;
$header-height: 15em;

Expand Down Expand Up @@ -39,7 +39,7 @@ header {
/*Tablet*/
@media only screen and (min-width:500px) {
$body-padding: 0px;
$row-height: 120px;
$row-height: 135px;
$row-bottom-margin: 2em;
$header-height: 15em;

Expand Down Expand Up @@ -75,7 +75,7 @@ header {
/*Desktop*/
@media only screen and (min-width:1000px) {
$body-padding: 0px;
$row-height: 8vw;
$row-height: 9vw;
$row-bottom-margin: 2em;
$header-height: 20vmax;

Expand Down Expand Up @@ -160,7 +160,6 @@ body {

50% {
opacity: 1;

}

100% {
Expand All @@ -184,10 +183,42 @@ hr {

a {
text-decoration: none;
color: teal;
}

a:hover {
color: $highlight-blue;
}

.text{
margin-bottom: 1.5em;
height: auto;
}

.text img {
text-align: center;
width: 85%;
height: auto;
}

.text h2 {
text-align: center;
color: white;
font-size: 35px;
font-family: Hind;
}

.text p {
text-align: left;
color: white;
font-size: 25px;
font-family: Hind;
margin-left: 10px;
margin-right: 10px;
}

.header {
width: 50%;
width: 70%;
}

.centerText {
Expand Down
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<meta name="viewport"content="width=device-width"/>
<link rel="stylesheet"href="css/style.css">
<link href="https://fonts.googleapis.com/css?family=Hind|Josefin+Sans:400"rel="stylesheet">
<link rel="stylesheet"href="Images/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/Images/font-awesome/css/font-awesome.min.css">
<script src="/lib/zooming.min.js"></script>
<title>Sammy Guergachi</title>
</head>
<body>
Expand Down
Loading

0 comments on commit 834d834

Please sign in to comment.