Skip to content

Commit d77e1b4

Browse files
committed
Added project: Luhn
1 parent 61c5ad6 commit d77e1b4

File tree

3 files changed

+23
-6
lines changed

3 files changed

+23
-6
lines changed

ccv.png

21.2 KB
Loading

index.html

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@ <h1>Projects</h1>
6464
<div class="wrapper">
6565
<div class="box">
6666
<div class="project-title-box">
67-
<h3 class="project-item project-title">Djupviks Hamn</h3>
67+
<h3 class="project-item project-title">Luhn</h3>
6868
</div>
6969
<div class="project-top">
70-
<img class="project-image" src="djupvik.png" alt="">
70+
<img class="project-image" src="ccv.png" alt="">
7171
<div class="flex-col">
72-
<p class="project-item">Tech: HTML, CSS, Javascript</p>
73-
<p class="project-item">Website with responsive CSS and JS-navbar.</p>
72+
<p class="project-item">Tech: HTML, Bootstrap, Javascript</p>
73+
<p class="project-item">Validation of credit cards.</p>
7474
</div>
7575
</div>
7676
<div class="project-bottom">
77-
<a class="green-hover" href="https://seaxwi.github.io/djupvik"><i class="fa fa-external-link"></i> DEMO</a>
78-
<a class="red-hover" href="https://github.com/seaxwi/djupvik"><i class="fa fa-code"></i> CODE</a>
77+
<a class="green-hover" href="https://seaxwi.github.io/luhn"><i class="fa fa-external-link"></i> DEMO</a>
78+
<a class="red-hover" href="https://github.com/seaxwi/luhn"><i class="fa fa-code"></i> CODE</a>
7979
</div>
8080
</div>
8181
<div class="box">
@@ -96,6 +96,22 @@ <h3 class="project-item project-title">seaxwi.github.io</h3>
9696
<a class="red-hover" href="https://github.com/seaxwi/seaxwi.github.io"><i class="fa fa-code"></i> CODE</a>
9797
</div>
9898
</div>
99+
<div class="box">
100+
<div class="project-title-box">
101+
<h3 class="project-item project-title">Djupviks Hamn</h3>
102+
</div>
103+
<div class="project-top">
104+
<img class="project-image" src="djupvik.png" alt="">
105+
<div class="flex-col">
106+
<p class="project-item">Tech: HTML, CSS, Javascript</p>
107+
<p class="project-item">Website with responsive CSS and JS-navbar.</p>
108+
</div>
109+
</div>
110+
<div class="project-bottom">
111+
<a class="green-hover" href="https://seaxwi.github.io/djupvik"><i class="fa fa-external-link"></i> DEMO</a>
112+
<a class="red-hover" href="https://github.com/seaxwi/djupvik"><i class="fa fa-code"></i> CODE</a>
113+
</div>
114+
</div>
99115
</div>
100116

101117
<div class="contact-box center">

styles/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@ div.contact-box {
196196
float: left;
197197
margin-right: 20px;
198198
margin-bottom: 20px;
199+
max-width: 200px;
199200
}
200201

201202
.project-item {

0 commit comments

Comments
 (0)