Skip to content

Commit 1ee4ab5

Browse files
committed
Minor edits to projects grid
1 parent 0b23430 commit 1ee4ab5

File tree

1 file changed

+12
-24
lines changed

1 file changed

+12
-24
lines changed

index.html

Lines changed: 12 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
}
3131

3232
#name {
33-
text-align:center;
33+
text-align: center;
3434
color: white;
3535
font-size: 300%;
3636
}
@@ -107,14 +107,7 @@
107107
width: 30%;
108108
border: 0px solid green;
109109
}
110-
/*
111-
div.center links{
112-
width: 50%;
113-
text-align: right;
114-
display: block;
115-
margin-left: auto;
116-
margin-right: auto;
117-
} */
110+
118111
div.center {
119112
margin: auto;
120113
/* width: 50%; */
@@ -245,30 +238,25 @@ <h1>Projects</h1>
245238
<div class="fl project-info">
246239
<h3>Djupviks Hamn</h3>
247240
<p>HTML, CSS, Javascript</p>
248-
<p>Project description</p>
249-
<a href="https://seaxwi.github.io/djupvik">DEMO</a>
241+
<br>
242+
<p>Website with responsive CSS<br> and JS-navbar.</p>
243+
<br>
244+
<a href="https://seaxwi.github.io/djupvik">DEMO</a>
245+
<a href="https://github.com/seaxwi/djupvik">CODE</a>
250246
</div>
251247
</div>
252248
<div class="box b">
253249
<img class="fl" src="seaxwi.png" alt="">
254250
<div class="fl project-info">
255251
<h3>seaxwi.com</h3>
256252
<p>HTML, CSS</p>
257-
<p>Project description</p>
258-
<a href="">DEMO</a>
259-
</div>
260-
</div>
261-
<!--
262-
<div class="box c">
263-
<img class="fl" src="bgpattern.png" alt="">
264-
<div class="fl project-info">
265-
<h3>TBA</h3>
266-
<p>Tech 1, Tech 2</p>
267-
<p>Project description</p>
268-
<a>DEMO</a>
253+
<br>
254+
<p>Personal webpage.</p>
255+
<br>
256+
<a href="">[DEMO]</a>
257+
<a href="https://github.com/seaxwi/seaxwi.github.io">CODE</a>
269258
</div>
270259
</div>
271-
-->
272260
</div>
273261
</div>
274262
<div class="contact-box center">

0 commit comments

Comments
 (0)