Skip to content

Commit

Permalink
new ep
Browse files Browse the repository at this point in the history
  • Loading branch information
realtux committed Aug 24, 2020
1 parent 3819934 commit 43df15b
Show file tree
Hide file tree
Showing 9 changed files with 100 additions and 0 deletions.
8 changes: 8 additions & 0 deletions 115/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"dependencies": {
"live-server": "^1.2.1"
},
"scripts": {
"start": "live-server --mount=/:./src"
}
}
Binary file added 115/src/bg.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 added 115/src/construction.webp
Binary file not shown.
Binary file added 115/src/guestbook.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 115/src/hitcounter.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 added 115/src/ie.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 44 additions & 0 deletions 115/src/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<link href="/main.css" rel="stylesheet" />
</head>
<body>
<div class="content">
<img src="construction.webp" />
<h1>The Best Dog In The World Page!!!</h1>
<marquee>Come back for new pics daily!!!</marquee>
<div class="pics">
<img src="https://mydogchase.com/public/chase/IMG_20191228_222206.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200108_005305.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200113_111031.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200116_194633.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200121_165645.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200131_181506.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200205_130124.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200209_194538.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200211_184230.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200211_211256.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200216_133354.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200219_034707.jpg" />
<img src="https://mydogchase.com/public/chase/IMG_20200228_163121.jpg" />
</div>
<table>
<tr>
<td>
<img src="guestbook.gif" />
</td>
<td>
You are the<br />
<img src="hitcounter.png" /><br />
visitor!!!
<div>
Best viewed with:<br />
<img src="ie.gif" />
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
39 changes: 39 additions & 0 deletions 115/src/main.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
body {
background: url(bg.png);
color: #fff;
}

.content {
width: 780px;
border: #fff 1px solid;
margin: auto;
text-align: center;
}

h1 {
color: #ff0;
font-weight: bold;
font-size: 45px;
text-align: center;
}

marquee {
color: #fff;
font-size: 32px;
font-weight: bold;
}

.pics img {
width: 200px;
height: auto;
margin: 10px;
}

table {
width: 100%;
}

td {
text-align: center;
width: 50%;
}
9 changes: 9 additions & 0 deletions 115/timeline.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
xml 1.0
html4
css2
internet explorer 5
adobe photoshop 5.5
php 4
macromedia dreamweaver 1.0
macromedia flash 1.0
javascript

0 comments on commit 43df15b

Please sign in to comment.