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 /projects | |
| 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 'projects')
| -rw-r--r-- | projects/graphics/index.html | 21 | ||||
| -rw-r--r-- | projects/renders/index.html | 21 |
2 files changed, 42 insertions, 0 deletions
diff --git a/projects/graphics/index.html b/projects/graphics/index.html index be3f9fc..58448a8 100644 --- a/projects/graphics/index.html +++ b/projects/graphics/index.html @@ -80,6 +80,22 @@ <h3 class="wow fadeInUp" data-wow-delay="1s">renders.</h3><br> <p class="wow fadeInUp" data-wow-delay="1.2s">Some of my various graphical ventures.</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> @@ -94,15 +110,18 @@ <div class="whitespace"></div> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">devils work.</h3> <div class="row"> <div class="col-lg-8"></div> <div class="col-lg-4 project graphic1 wow fadeInUp" data-wow-delay="1.4s" onclick="location.href='/projects/graphics/devils-work/'"></div> </div> + <br> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">swavy pfps.</h3> <div class="row"> <div class="col-lg-6 project graphic2 wow fadeInUp" onclick="location.href='/projects/graphics/swavy-pfps/'"> @@ -110,9 +129,11 @@ <div class="col-lg-6"></div> </div> + <br> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">absence.</h3> <div class="row"> <div class="col-lg-7"></div> diff --git a/projects/renders/index.html b/projects/renders/index.html index 9501139..70d9383 100644 --- a/projects/renders/index.html +++ b/projects/renders/index.html @@ -80,6 +80,22 @@ <h3 class="wow fadeInUp" data-wow-delay="1s">renders.</h3><br> <p class="wow fadeInUp" data-wow-delay="1.2s">Some of my renders.</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> @@ -94,23 +110,28 @@ <div class="whitespace"></div> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">iced out.</h3> <div class="row"> <div class="col-lg-8"></div> <div class="col-lg-4 project render1 wow fadeInUp" data-wow-delay="1.4s" onclick="location.href='/projects/renders/iced-out/'"></div> </div> + <br> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">rockstar.</h3> <div class="row"> <div class="col-lg-6 project render2 wow fadeInUp" onclick="location.href='/projects/renders/rockstar/'"> </div> <div class="col-lg-6"></div> </div> + <br> <div class="whitespace"></div> + <h3 class="mobile-txt2 wow fadeInUp" data-wow-delay="1.2s">allegiance.</h3> <div class="row"> <div class="col-lg-7"></div> |