Skip to content

Commit

Permalink
Added a generic title
Browse files Browse the repository at this point in the history
  • Loading branch information
noidexe committed Oct 11, 2013
1 parent 66de8fb commit cb70d2d
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
14 changes: 12 additions & 2 deletions css/base.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
body {
color: white;
background-color: #3D3434;
color: #e2a540;
background-color: #222222;
}

a:link, a:visited, a:hover, a:active {
color: #f3b651;
text-decoration: none;
font-size: small;
}

h1 {
text-align: center;
}


Expand Down
11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,22 @@
<html>
<head>
<meta charset="UTF-8">
<title>DropGal Demo</title>
<title>My Portfolio</title>
<link rel="stylesheet" href="css/base.css">
<!-- vvv DropGal script and dependencies vvv -->
<script src="lib/js/jquery.js"></script>
<script src="lib/js/dropgal.js"></script>
<!-- ^^^ DropGal script and dependencies ^^^ -->
</head>
<body>
<!-- set class="dg_dropgal" wherever you want your gallery to appear" -->
<p><a href="http://example.com/">«Back to Homepge»</a></p>
<h1>My Portfolio</h1>

<!-- set id="dg_dropgal" wherever you want your gallery to appear" -->
<div id="dg_dropgal">
<h1>Cargando...</h1>
<h1>Loading...</h1>
</div>

<p><a href="http://example.com/">«Back to Homepage»</a></p>
</body>
</html>

0 comments on commit cb70d2d

Please sign in to comment.