Skip to content

Commit 7aef2c3

Browse files
v2
1 parent be72903 commit 7aef2c3

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

dist/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<title>straight-code</title>
66
<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'>
77
<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">
8-
8+
<link href="https://straight-code.github.io/assets/straight-code.png" rel="shortcut icon">
99
</head>
1010
<body>
1111
<!-- partial:index.partial.html -->
@@ -60,7 +60,7 @@ <h2 class="job">No Stack To Full Stack</h2>
6060
<nav class="navbar">
6161
<a href="#" class="narbar-header">
6262
<div class="navbar-header">
63-
<img src="https://straight-code.github.io/assets/straight-code.png" style="width: 75px;" />
63+
<img src="https://straight-code.github.io/assets/straight-code.png">
6464

6565
</div>
6666
</a>
@@ -71,10 +71,12 @@ <h2 class="job">No Stack To Full Stack</h2>
7171
<a class="nav-link nav-style" href="#" id="about" onclick="AboutMe();setTimeout(AboutMeTwo, 200);setTimeout(Boverflow, 700);">
7272
<div class="title-background"></div>
7373
<span class="text-decoration">About Me</span></a>
74+
<a class="nav-link nav-style" href="https://straight-code-blog.netlify.app">
75+
<div class="title-background"></div>
76+
<span class="text-decoration">Blog</span></a>
7477
<a class="nav-link nav-style" href="#">
7578
<div class="title-background"></div>
7679
<span class="text-decoration">Contact</span></a>
77-
<a class="nav-link nav-style" href="#">
7880

7981

8082
</div>
@@ -115,7 +117,7 @@ <h2>
115117
</h2>
116118
<p class="under-text">straight-code blog is on github</p>
117119
<div class="buttons">
118-
<p class="b-text">Github</p>
120+
<p class="b-text"><a href="https://github.com/straight-code/blog" style="color: #fff;">Github</a></p>
119121
</div>
120122
</div>
121123
</div>
@@ -139,7 +141,7 @@ <h2>
139141
</h2>
140142
<p class="under-text">This Github clone is in github</p>
141143
<div class="buttons">
142-
<p class="b-text">Github</p>
144+
<p class="b-text"><a href="https://github.com/straight-code/github-clone" style="color: #fff;" >Github</a></p>
143145
</div>
144146
</div>
145147
</div>
@@ -163,7 +165,7 @@ <h2>
163165
</h2>
164166
<p class="under-text">This minting dapp is on github</p>
165167
<div class="buttons">
166-
<p class="b-text">Github</p>
168+
<p class="b-text"><a href="https://github.com/straight-code/straight-code-minting-dapp" style="color: #fff;">Github</a></p>
167169
</div>
168170
</div>
169171
</div>

0 commit comments

Comments
 (0)