Skip to content

Commit

Permalink
updated screenshot and reorganied images
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremehancock committed Sep 8, 2019
1 parent 377afe8 commit b74e143
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 10 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
19 changes: 19 additions & 0 deletions images/projects/index.html
@@ -0,0 +1,19 @@
<html>
<head>
<style>
* { font-family: verdana; font-size: 20pt; COLOR: #303030; }
b { font-weight: bold; }
table { border: 1px solid gray;}
td { text-align: center; padding: 25;}
</style>
</head>
<body>
<center>
<br><br><br><br>
<table>
<tr><td><b>Nothing to see here!</b></td></tr>
</table>
<br><br>
</center>
</body>
</html>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file added images/projects/snopes-it.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/snopesit.png
Binary file not shown.
20 changes: 10 additions & 10 deletions index.html
Expand Up @@ -8,7 +8,7 @@
<meta property="og:type" content="website" />
<meta property="og:description" content="Ridiculous projects from the mind of Jereme Hancock." />
<meta property="og:url" content="https://dumbprojects.com" />
<meta property="og:image" content="https://dumbprojects.com/images/dumb.png" />
<meta property="og:image" content="images/projects/dumb.png" />
<meta property="og:site_name" content="dumbprojects.com" />
<link rel="stylesheet" href="css/style.css"/>
<link rel="apple-touch-icon" sizes="57x57" href="images/favicon/apple-icon-57x57.png">
Expand All @@ -30,39 +30,39 @@
<meta name="theme-color" content="#ffffff"> <link href="https://fonts.googleapis.com/css?family=Raleway&display=swap" rel="stylesheet">
</head>
<body>
<div class="logo"><img src="https://dumbprojects.com/images/dumb.png" alt="Dumb Projects"/></div>
<div class="logo"><img src="images/projects/dumb.png" alt="Dumb Projects"/></div>
<div class="tagline">Ridiculous projects from the mind of <a href="https://jeremehancock.com" target="_blank">Jereme Hancock</a>.</div>
<div class="flex-container">
<div class="card" onclick="window.open('https://outofcontext.dumbprojects.com', '_blank');">
<img src="https://dumbprojects.com/images/outofcontext.png" alt="Out of Context TV"/>
<img src="images/projects/outofcontext.png" alt="Out of Context TV"/>
<p>Community driven out of context TV.</p>
</div>
<div class="card" onclick="window.open('https://randomgoat.com', '_blank');">
<img src="https://dumbprojects.com/images/random-goat.png" alt="Random Goat"/>
<img src="images/projects/random-goat.png" alt="Random Goat"/>
<p>Looking for random goat gifs?</p>
</div>
<div class="card" onclick="window.open('https://bouncingtrump.com', '_blank');">
<img src="https://dumbprojects.com/images/bouncing-trump.png" alt="Bouncing Trump"/>
<img src="images/projects/bouncing-trump.png" alt="Bouncing Trump"/>
<p>Just a bunch of bouncing Trump heads.</p>
</div>
<div class="card" onclick="window.open('https://snopesit.com', '_blank');">
<img src="https://dumbprojects.com/images/snopesit.png" alt="Snopes It"/>
<img src="images/projects/snopes-it.png" alt="Snopes It"/>
<p>Fact checking is easy!</p>
</div>
<div class="card" onclick="window.open('https://dailyswayze.com', '_blank');">
<img src="https://dumbprojects.com/images/daily-swayze.png" alt="Daily Swayze"/>
<img src="images/projects/daily-swayze.png" alt="Daily Swayze"/>
<p>Are you crazy for Swayze?</p>
</div>
<div class="card" onclick="window.open('https://randomtrump.com', '_blank');">
<img src="https://dumbprojects.com/images/random-trump.png" alt="Random Trump"/>
<img src="images/projects/random-trump.png" alt="Random Trump"/>
<p>So much Trump!</p>
</div>
<div class="card" onclick="window.open('https://copypastecoder.com', '_blank');">
<img src="https://dumbprojects.com/images/copypastecoder.png" alt="Copy Paste Coder"/>
<img src="images/projects/copypastecoder.png" alt="Copy Paste Coder"/>
<p>Stack Overflow search engine.</p>
</div>
<div class="card" onclick="window.open('https://pilab.dev', '_blank');">
<img src="https://dumbprojects.com/images/pilab.png" alt="Pi Lab"/>
<img src="images/projects/pilab.png" alt="Pi Lab"/>
<p>Raspberry Pi web cluster.</p>
</div>
</div>
Expand Down

0 comments on commit b74e143

Please sign in to comment.