Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-seongwoo-jun committed May 31, 2017
1 parent 7bd0441 commit e55afe9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
9 changes: 4 additions & 5 deletions css/index.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import url(//netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(https://netdna.bootstrapcdn.com/font-awesome/2.0/css/font-awesome.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

* {
-webkit-font-smoothing: antialiased;
Expand Down Expand Up @@ -68,7 +68,7 @@ a.wide i, a.box i {
font-size: 60px;
text-align: center;
display: block;
margin-top: 10px; /* outside Codepen is actually 30px */
margin-top: 10px;
}

a.wide:hover, a.box:hover {
Expand Down Expand Up @@ -148,8 +148,7 @@ a.wide:active, a.box:active {
}

.gallery {
/* background: url(https://dl.dropbox.com/u/39272011/image_metro.png); */
/* Disabled by HTTP 404 Not Found. */
background: url(../images/trolltunga.jpg);
-webkit-animation: galeri 15s infinite;
animation: galeri 15s infinite;
}
Expand Down
Binary file added favicon.ico
Binary file not shown.
Binary file added images/trolltunga.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<html>
<head>
<meta charset="UTF-8">
<title>Windows 8 Metro UI</title>
<title>DSM</title>
<link rel="stylesheet" type="text/css" href="./css/index.css" charset="UTF-8">
<link rel="shortcut icon" href="./favicon.ico" type="image/x-icon">
</head>

<body>
Expand Down

0 comments on commit e55afe9

Please sign in to comment.