Browse Source

Added tmate spectation

master
Yiğit Çolakoğlu 4 years ago
parent
commit
d5e74e3081
3 changed files with 3 additions and 3 deletions
  1. +2
    -2
      assets/css/styles.css
  2. +0
    -1
      assets/js/main.js
  3. +1
    -0
      index.html

+ 2
- 2
assets/css/styles.css View File

@ -129,7 +129,7 @@ a.dotted-link:hover {
}
.header .btn {
margin-top: 60px;
margin-top: 30px;
font-weight: bold;
}
@ -658,7 +658,7 @@ a.dotted-link:hover {
text-align: center;
}
.header .btn {
margin-top: 30px;
margin-top: 10px;
float: none !important;
}
.project-image {


+ 0
- 1
assets/js/main.js View File

@ -69,5 +69,4 @@ jQuery(document).ready(function($) {
/* Github Activity Feed - https://github.com/caseyscarborough/github-activity */
GitHubActivity.feed({ username: "yigitcolakoglu", selector: "#ghfeed" });
});

+ 1
- 0
index.html View File

@ -52,6 +52,7 @@
</ul>
</div><!--//profile-->
<a class="btn btn-cta-primary float-right" href="assets/resume.pdf" target="_blank"><i class="fas fa-download"></i> Download Resume</a>
<a id="spectate-tmate" style="background-color:rgb(50, 119, 168); border-color:rgb(50, 119, 168)" class="btn btn-cta-primary float-right" href="https://tmate.io/t/Fr1nge/sharedProgramming" target="_blank"><i class="fas fa-terminal"></i> Spectate session</a>
</div><!--//container-->
</header><!--//header-->


Loading…
Cancel
Save