Skip to content

Commit b38a967

Browse files
committed
fixed up the stuff
1 parent 4391558 commit b38a967

File tree

2 files changed

+25
-22
lines changed

2 files changed

+25
-22
lines changed

index.html

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,23 @@ <h1>
1717
Greetings! I'm Henry 🐲
1818
</h1>
1919
<img
20-
src="/images/profile-pic.png"
20+
src="images/profile-pic.png"
2121
alt="profile-pic"
22-
width="15%"
22+
width="20%"
2323
class="img-avatar"
2424
/>
2525
<p>
26-
I'm Tech Entreprenuer 🎩, who has a keen interest in UI/UX Design,
27-
<br />web development 💻, dance and fashion 🤸🏼.<br />
28-
I am also working along a management consulting firm called<br />
29-
<a class="link-color" href="https://www.beakerandflint.com/"
30-
>Beaker & Flint</a
31-
>
26+
I'm Tech Entreprenuer 🎩, who has a keen eye in UI/UX Design,
27+
</p>
28+
<p>
29+
Thoroughly enjoy building community engaging web applications 💻, dance and fashion 🤸🏼.
3230
</p>
31+
<p>
32+
I am also working along a management consulting firm called</p>
33+
<button class="button-color button-padding" href="https://www.beakerandflint.com/"
34+
>Beaker & Flint</button
35+
>
36+
<br>
3337
<button class="button-color" href="https://github.com/henry88lay"
3438
>Check out my <i class="fab fa-github-alt"></i
3539
></a>
@@ -41,7 +45,7 @@ <h2>UI/UX Design</h2>
4145
I am passionate about the human design focus of <br />
4246
<strong>UX/UI Design</strong>
4347
</p>
44-
<img src="/images/mech-design.png"" alt="mech-design" class="img-m-width
48+
<img src="images/mech-design.png"" alt="mech-design" class="img-m-width
4549
img-card">
4650
</div>
4751
<div class="card-content">
@@ -51,7 +55,7 @@ <h2>Full-stack Web Development</h2>
5155
where you you must have the ability to solve or build a solution with
5256
the right tools and mindset
5357
</p>
54-
<img src="/images/silicon-valley.png"" alt="silicon-valley"
58+
<img src="images/silicon-valley.png"" alt="silicon-valley"
5559
class="img-m-width img-card">
5660
</div>
5761

@@ -61,7 +65,7 @@ <h2>Dance 🤸🏼</h2>
6165
dance is a art form that I thoroughly enjoy doing. from the creativity
6266
to the joy it brings to people.
6367
</p>
64-
<img src="/images/kinjaz.png"" alt="kinjaz" class="img-m-width img-card">
68+
<img src="images/kinjaz.png"" alt="kinjaz" class="img-m-width img-card">
6569
</div>
6670
<div class="card-content">
6771
<h2>Fashion 🎩</h2>
@@ -70,7 +74,7 @@ <h2>Fashion 🎩</h2>
7074
is second step towards self expression
7175
</p>
7276
<img
73-
src="/images/nike-af1-para-noise.png"
77+
src="images/nike-af1-para-noise.png"
7478
class="img-m-width img-card"
7579
alt="air-force-one"
7680
/>

style.css

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -58,28 +58,27 @@ li {
5858
padding: 8px auto;
5959
}
6060

61+
.button-padding {
62+
margin-bottom: 16px;
63+
}
64+
6165
.button-color {
6266
font-size: larger;
6367
font-family: Lora;
6468
text-align: center;
6569
padding: 24px;
66-
background-color: rgb(107, 196, 248);
70+
background-color: rgb(184, 225, 248);
6771
color: cornflowerblue;
6872
border: 2px solid cornflowerblue;
6973
border-radius: 20px;
7074
}
7175

72-
.img-avatar {
73-
border-radius: 50%;
74-
}
75-
76-
a {
77-
color: rgb(118, 155, 223);
78-
text-decoration: none;
76+
.button-color:hover {
77+
background-color: rgb(147, 201, 233);
7978
}
8079

81-
a:hover {
82-
color: rgb(68, 103, 167);
80+
.img-avatar {
81+
border-radius: 50%;
8382
}
8483

8584
div {

0 commit comments

Comments
 (0)