Skip to content

Commit be72903

Browse files
v2
1 parent 10eec11 commit be72903

File tree

2 files changed

+21
-20
lines changed

2 files changed

+21
-20
lines changed

dist/index.html

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<head>
44
<meta charset="UTF-8">
55
<title>straight-code</title>
6-
<link href="https://straight-code.github.io/assets/straight-code.png" rel="shortcut icon">
76
<meta name="viewport" content="width=device-width, initial-scale=1"><link rel='stylesheet' href='https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css'>
87
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css'><link rel="stylesheet" href="./style.css">
98

@@ -75,6 +74,9 @@ <h2 class="job">No Stack To Full Stack</h2>
7574
<a class="nav-link nav-style" href="#">
7675
<div class="title-background"></div>
7776
<span class="text-decoration">Contact</span></a>
77+
<a class="nav-link nav-style" href="#">
78+
79+
7880
</div>
7981
</nav>
8082
</div>
@@ -108,12 +110,12 @@ <h2 class="text-center last-ex">&nbspLatest Works</h2>
108110
</div>
109111
<div class="works-text">
110112
<h2>
111-
<span class="first-lettre">T</span>his
112-
<span class="first-lettre">P</span>ortfoilo
113+
<span class="first-lettre"></span>straight-code
114+
<span class="first-lettre"></span>blog
113115
</h2>
114-
<p class="under-text">This Portfoilo code is on github</p>
116+
<p class="under-text">straight-code blog is on github</p>
115117
<div class="buttons">
116-
<p class="b-text">github</p>
118+
<p class="b-text">Github</p>
117119
</div>
118120
</div>
119121
</div>
@@ -132,18 +134,18 @@ <h2>
132134
</div>
133135
<div class="works-text">
134136
<h2>
135-
<span class="first-lettre">T</span>he
136-
<span class="first-lettre">P</span>ortfoilo
137+
<span class="first-lettre">G</span>ithub
138+
<span class="first-lettre">C</span>lone
137139
</h2>
138-
<p class="under-text">This took me about 2 days to make.</p>
140+
<p class="under-text">This Github clone is in github</p>
139141
<div class="buttons">
140-
<p class="b-text">github</p>
142+
<p class="b-text">Github</p>
141143
</div>
142144
</div>
143145
</div>
144146

145147
<div class="works">
146-
<div class="photo photo-1">
148+
<div class="photo photo-3">
147149
</div>
148150
<div class="black-overlay">
149151
</div>
@@ -156,12 +158,12 @@ <h2>
156158
</div>
157159
<div class="works-text">
158160
<h2>
159-
<span class="first-lettre">T</span>he
160-
<span class="first-lettre">P</span>ortfoilo
161+
<span class="first-lettre">NFT </span>Minting
162+
<span class="first-lettre">D</span>app
161163
</h2>
162-
<p class="under-text">This took me about 4 years to make.</p>
164+
<p class="under-text">This minting dapp is on github</p>
163165
<div class="buttons">
164-
<p class="b-text">github</p>
166+
<p class="b-text">Github</p>
165167
</div>
166168
</div>
167169
</div>
@@ -319,13 +321,12 @@ <h1 class="last-ex text-center">My Progress Bars</h1>
319321
<div class="geometry-2"></div>
320322
</div>
321323
<a class="no-effect" href="#main">
322-
<div class="work-path-3 third-logo">
323-
</div>
324+
<img src="https://straight-code.github.io/assets/straight-code.png" alt="logo" style="width: 75px;" />
324325
</a>
325326
<div class="last-media">
326327
<a class="the-media" href="https://codepen.io/straight-code">Codepen</a>
327328
<a class="the-media" href="https://twitter.com/straight_code28">Twitter</a>
328-
<a class="the-media" href="https://github.com/straight-code">Gitter</a>
329+
<a class="the-media" href="https://github.com/straight-code">Github</a>
329330
</div>
330331
<span class="copyright">© 2022 straight-code </span>
331332
</div>

dist/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -583,13 +583,13 @@ nav.about {
583583
border-radius: 10px !important;
584584
}
585585
.works .photo-1 {
586-
background-image: url("https://res.cloudinary.com/devkosov/image/upload/v1528043007/bg1_zyohzy2_hrj2n5.jpg");
586+
background-image: url("https://straight-code.github.io/assets/blog.png");
587587
}
588588
.works .photo-2 {
589-
background-image: url("https://res.cloudinary.com/devkosov/image/upload/v1528038821/Paris-Wallpaper-background-HD_n8wj1f.jpg");
589+
background-image: url("https://straight-code.github.io/assets/github-clone.png");
590590
}
591591
.works .photo-3 {
592-
background-image: url("https://res.cloudinary.com/devkosov/image/upload/v1528038821/Paris-Wallpaper-background-HD_n8wj1f.jpg");
592+
background-image: url("https://straight-code.github.io/assets/minting-dapp.png");
593593
}
594594
.works .black-overlay {
595595
border-radius: 10px !important;

0 commit comments

Comments
 (0)