summaryrefslogtreecommitdiff
path: root/work
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-20 16:49:58 -0700
committers1n <[email protected]>2019-10-20 16:49:58 -0700
commite1aad6c9752ec6ab6fcfb0be8834f165161a8031 (patch)
tree37280a3f89974e9317cf8877644a9ec3b7a0ec0d /work
parentfavicon (diff)
downloadp.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.tar.xz
p.s1n.pw-admin-e1aad6c9752ec6ab6fcfb0be8834f165161a8031.zip
notexthighlight/ contextmenu, links and organize
Diffstat (limited to 'work')
-rw-r--r--work/index.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/work/index.html b/work/index.html
index b982080..ee9d90f 100644
--- a/work/index.html
+++ b/work/index.html
@@ -22,6 +22,10 @@
<link rel="stylesheet" href="/css/animate.css">
<script src="/js/wow.min.js"></script>
+ <!-- hide context menu and disable text highlighting -->
+ <script src="/js/hide-context-menu.js"></script>
+ <link rel="stylesheet" href="/css/no-text-highlighting.css">
+
<!-- favicon -->
<link rel="shortcut icon" href="/assets/superthumb.jpg" type="image/jpg">
@@ -90,13 +94,13 @@
<div class="row">
<div class="col-lg-8"></div>
- <div class="col-lg-4 project project1 wow fadeInUp" data-wow-delay="1.4s" onclick="location.href='project.html'"></div>
+ <div class="col-lg-4 project project1 wow fadeInUp" data-wow-delay="1.4s" onclick="location.href='/project/'"></div>
</div>
<div class="whitespace"></div>
<div class="row">
- <div class="col-lg-6 project project2 wow fadeInUp" onclick="location.href='project.html'"></div>
+ <div class="col-lg-6 project project2 wow fadeInUp" onclick="location.href='/project/'"></div>
<div class="col-lg-6"></div>
</div>
@@ -106,7 +110,7 @@
<div class="row">
<div class="col-lg-7"></div>
- <div class="col-lg-4 project project3 wow fadeInUp" onclick="location.href='project.html'"></div>
+ <div class="col-lg-4 project project3 wow fadeInUp" onclick="location.href='/project/'"></div>
<div class="col-lg-1"></div>
</div>
@@ -116,7 +120,7 @@
<div class="row">
<div class="col-lg-1"></div>
- <div class="col-lg-5 project project4 wow fadeInUp" onclick="location.href='project.html'"></div>
+ <div class="col-lg-5 project project4 wow fadeInUp" onclick="location.href='/project/'"></div>
<div class="col-lg-6"></div>
</div>