diff options
| author | s1n <[email protected]> | 2019-10-23 02:02:50 -0700 |
|---|---|---|
| committer | s1n <[email protected]> | 2019-10-23 02:02:50 -0700 |
| commit | e0e4c6dddb9a8b614bc683a290ae502f99f71af0 (patch) | |
| tree | 63a3f44bd9e17353dcdf67303f20d2d50b7ad2e5 /work | |
| parent | add all self taught (diff) | |
| download | p.s1n.pw-admin-e0e4c6dddb9a8b614bc683a290ae502f99f71af0.tar.xz p.s1n.pw-admin-e0e4c6dddb9a8b614bc683a290ae502f99f71af0.zip | |
add labels to mobile and sorta center mobile menu
Diffstat (limited to 'work')
| -rw-r--r-- | work/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/work/index.html b/work/index.html index a1b8b13..fe4199a 100644 --- a/work/index.html +++ b/work/index.html @@ -77,6 +77,22 @@ <h3 class="wow fadeInUp" data-wow-delay="1s">work.</h3><br> <p class="wow fadeInUp" data-wow-delay="1.2s">I usually do small, daily projects to exercise my skills. Here are some of my projects.</p> + <br> + + <style> + @media(min-width: 768px) { + .mobile-txt2 { + display: none; + } + } + + .mobile-txt2 { + content: "absence."; + font-family: "Roboto Mono"; + font-size: 16px; + color: #fff; + } + </style> </div> </div> @@ -91,14 +107,17 @@ <div class="whitespace"></div> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">renders.</h3> <div class="row"> <div class="col-lg-8"></div> <div class="col-lg-4 project category1 wow fadeInUp" data-wow-delay="1.4s" onclick="location.href='/projects/renders/'"></div> </div> + <br> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">graphics.</h3> <div class="row"> <div class="col-lg-6 project category2 wow fadeInUp" onclick="location.href='/projects/graphics/'"></div> |