Skip to content

Commit 8d54131

Browse files
committed
Add crapchat
1 parent 6754f48 commit 8d54131

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ <h3>Third World Problems</h3>
101101
</article>
102102
</a>
103103
</div>
104+
<div class="col-md-6">
105+
<a href="https://github.com/DevsDoDesign/CrapChat" class="project-link">
106+
<article class="project blown-over crapchat">
107+
<div>
108+
<h3>Crapchat</h3>
109+
<p>Snapchat for Phone Boxes</p>
110+
</div>
111+
</article>
112+
</a>
113+
</div>
104114
</div><!-- .row -->
105115

106116
<div class="row">

project-crapchat.png

1.1 MB
Loading

style.css

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ code {
7777
* PROJECTS
7878
*****************/
7979
.project {
80-
margin-bottom: 50px;
80+
margin-bottom: 30px;
8181
width: 100%;
8282
}
8383

@@ -143,3 +143,18 @@ a.project-link:hover {
143143
/*margin-left: 0;*/
144144
text-shadow: 2px 2px 1px black;
145145
}
146+
147+
.crapchat {
148+
background: url(project-crapchat.png);
149+
background-position: bottom right;
150+
padding: 85px 40px;
151+
}
152+
153+
.crapchat h3 {
154+
color: #f8e502;
155+
text-shadow: 2px 2px 1px black;
156+
}
157+
158+
.crapchat p {
159+
text-shadow: 2px 2px 1px black;
160+
}

0 commit comments

Comments
 (0)