Skip to content

Commit 3458aa8

Browse files
committed
updates
1 parent 47cc059 commit 3458aa8

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

assets/css/main.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ input, select, textarea {
245245
}
246246

247247
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
248-
color:#000000;
248+
color: #000000;
249249
text-decoration: none;
250250
}
251251

@@ -401,7 +401,7 @@ input, select, textarea {
401401
button:hover,
402402
.button:hover {
403403
box-shadow: inset 0 0 0 2px #34a58e;
404-
color: #34a58e !important;
404+
color: #143a32 !important;
405405
}
406406

407407
input[type="submit"]:hover:active,
@@ -410,7 +410,7 @@ input, select, textarea {
410410
button:hover:active,
411411
.button:hover:active {
412412
background-color: rgba(52, 165, 142, 0.15);
413-
color: #34a58e !important;
413+
color: #143142 !important;
414414
}
415415

416416
input[type="submit"].icon,
@@ -1261,7 +1261,7 @@ input, select, textarea {
12611261

12621262
.poptrox-popup .caption {
12631263
padding: 2em 2em 0.1em 2em ;
1264-
bottom: auto;
1264+
bottom: 20%;
12651265
cursor: default;
12661266
left: 0;
12671267
position: absolute;

index.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,18 +143,13 @@ <h2>How to get started</h2>
143143
<div class="inner split">
144144
<div>
145145
<section>
146-
<h2>Magna feugiat sed adipiscing</h2>
147-
<p>Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum eget quis orci mattis aliquet. Maecenas fringilla et ante at lorem et ipsum. Dolor nulla eu bibendum sapien. Donec non pharetra dui. Nulla consequat, ex ut suscipit rutrum, mi dolor tincidunt erat, et scelerisque turpis ipsum.</p>
146+
<h2>Get to know us</h2>
147+
<p>some text here</p>
148148
</section>
149149
<section>
150150
<h2>Follow me on ...</h2>
151151
<ul class="icons">
152-
<li><a href="#" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
153-
<li><a href="#" class="icon brands fa-facebook-f"><span class="label">Facebook</span></a></li>
154-
<li><a href="#" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
155-
<li><a href="#" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
156-
<li><a href="#" class="icon brands fa-dribbble"><span class="label">Dribbble</span></a></li>
157-
<li><a href="#" class="icon brands fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
152+
<li><a href="https://github.com/EXP-code" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
158153
</ul>
159154
</section>
160155
<p class="copyright">

0 commit comments

Comments
 (0)