Skip to content

Commit c38eda3

Browse files
Add icons
1 parent 7ab1bb0 commit c38eda3

File tree

4 files changed

+51
-25
lines changed

4 files changed

+51
-25
lines changed

css/index.css

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/index.scss

+17-7
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ ul {
2727
// background-color: rgba(0, 0, 0, 0.938);
2828
// }
2929

30+
.hero__content {
31+
// margin-top: 1em;
32+
}
33+
3034
.wrapper {
3135
padding: 1.5em;
3236
max-width: 1200px;
@@ -38,6 +42,7 @@ header {
3842
justify-content: space-between;
3943
.logo {
4044
font-weight: bold;
45+
font-size: 2em;
4146
}
4247
ul {
4348
display: flex;
@@ -77,13 +82,13 @@ header {
7782
}
7883
}
7984

80-
.arrows {
81-
display: none;
82-
}
85+
// .arrows {
86+
// display: none;
87+
// }
8388

8489
.extended-wrapper {
8590
padding: 0 1.5em 2em;
86-
max-width: 1230px;
91+
max-width: 1100px;
8792
margin: 0 auto;
8893
}
8994

@@ -98,8 +103,8 @@ ul.carousal {
98103

99104
blockquote {
100105
margin: 0;
101-
font-size: 0.8em;
102-
line-height: 1.8em;
106+
font-size: 0.9em;
107+
// line-height: 1.8em;
103108
margin-bottom: 2.5em;
104109
}
105110

@@ -111,6 +116,7 @@ cite {
111116
position: relative;
112117
padding-left: 25px;
113118
}
119+
114120
cite::before {
115121
content: "";
116122
position: absolute;
@@ -145,11 +151,14 @@ h2::before {
145151
.tech {
146152
width: 50px;
147153
}
154+
img {
155+
width: 50px;
156+
}
148157
li {
149158
margin: 2em 0;
150159
}
151160
p {
152-
display: inline;
161+
// display: inline;
153162
font-size: 1.4em;
154163
}
155164
}
@@ -197,6 +206,7 @@ h2::before {
197206
}
198207
ul.carousal {
199208
display: flex;
209+
align-items: center;
200210
margin-bottom: 0;
201211
li {
202212
margin-right: 1em;

index.html

+24-9
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</nav>
2828
</header>
2929
<div class="hero__content">
30-
<h1>Software developer & Youtube instructor!</h1>
30+
<h2>Software developer & Youtube instructor!</h2>
3131
<p class="subtitle">Full-stack development</p>
3232
</div>
3333
</div>
@@ -36,19 +36,19 @@ <h1>Software developer & Youtube instructor!</h1>
3636
<div class="wrapper">
3737
<ul class="stats">
3838
<li>
39-
<strong> > 100 </strong>
39+
<strong> 100 </strong>
4040
<span> followers on Youtube </span>
4141
</li>
4242
<li>
43-
<strong> > 350 </strong>
43+
<strong> 350 </strong>
4444
<span> followers on DEV Community </span>
4545
</li>
4646
<li>
47-
<strong> ~ 6000 </strong>
47+
<strong> 6000 </strong>
4848
<span> views on Youtube </span>
4949
</li>
5050
<li>
51-
<strong> > 100000 </strong>
51+
<strong> 100000 </strong>
5252
<span> post views on DEV Community </span>
5353
</li>
5454
</ul>
@@ -59,11 +59,11 @@ <h1>Software developer & Youtube instructor!</h1>
5959
id="left-arrow"
6060
src="https://img.icons8.com/metro/26/000000/down--v1.png"
6161
/> -->
62-
<ul class="carousal">
62+
<ul class="wrapper">
6363
<li>
6464
<a href="https://www.youtube.com/channel/UC0hmXRqXYVO0mocVt5D3GkQ">
6565
<blockquote>
66-
Created a youtube channel `Vuelancer` for making videos on
66+
Maintaining a youtube channel `Vuelancer` for making videos on
6767
full-stack development.
6868
</blockquote>
6969
<cite>Youtube</cite>
@@ -88,16 +88,31 @@ <h1>Software developer & Youtube instructor!</h1>
8888
</div>
8989
</div>
9090
<div class="wrapper move-up v-padding">
91-
<h2>Technologies I'm interested in...</h2>
91+
<h2>Known technologies</h2>
9292
<ul class="technologies">
9393
<li>
94+
<img
95+
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/vuejs-colored.svg">
9496
<p>Vuejs</p>
9597
</li>
98+
99+
<li>
100+
<img
101+
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/mongodb-colored.svg"
102+
alt="" srcset="">
103+
<p>Mongodb</p>
104+
</li>
96105
<li>
106+
<img
107+
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/nodejs-colored.svg"
108+
alt="" srcset="">
97109
<p>Node</p>
98110
</li>
99111
<li>
100-
<p>Flutter</p>
112+
<img
113+
src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/skills/svelte-colored.svg"
114+
alt="" srcset="">
115+
<p>Svelte</p>
101116
</li>
102117
</ul>
103118
</div>

0 commit comments

Comments
 (0)