Skip to content

Instantly share code, notes, and snippets.

View Sh00k-ThaD3v's full-sized avatar
💯
Loving T3ch

Krisshatta Esclovon Sh00k-ThaD3v

💯
Loving T3ch
View GitHub Profile
@Sh00k-ThaD3v
Sh00k-ThaD3v / css-glassmorphism-button-hover-effects-glass-morphism.markdown
Created January 19, 2023 04:16
CSS Glassmorphism Button Hover Effects | Glass Morphism
@Sh00k-ThaD3v
Sh00k-ThaD3v / 1578-profile-card.markdown
Created January 18, 2023 12:43
#1578 - Profile Card
@Sh00k-ThaD3v
Sh00k-ThaD3v / codepen-challenge-huge-headers-mega-menus.markdown
Created January 15, 2023 20:34
Codepen Challenge: Huge Headers/Mega Menus

Codepen Challenge: Huge Headers/Mega Menus

Missed last week's challenge Mega Menus. Combined it with this week's challenge Huge Headers to make a responsive full screen landing/hero page with a overlay menu for a travel website.

A Pen by GEAUX⚜️TECH on CodePen.

License.

@Sh00k-ThaD3v
Sh00k-ThaD3v / PageAccessTest.java
Created January 15, 2023 01:36 — forked from EmreayOzdemir/PageAccessTest.java
PageAccessTests_components
package com.vytrack.tests.components.login_navigation;
import com.vytrack.utilities.SeleniumUtilities;
import io.github.bonigarcia.wdm.WebDriverManager;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
@Sh00k-ThaD3v
Sh00k-ThaD3v / codepen-challenge-huge-headers-mega-menus.markdown
Created January 2, 2023 21:54
Codepen Challenge: Huge Headers/Mega Menus

Codepen Challenge: Huge Headers/Mega Menus

Missed last week's challenge Mega Menus. Combined it with this week's challenge Huge Headers to make a responsive full screen landing/hero page with a overlay menu for a travel website.

A Pen by GEAUX⚜️TECH on CodePen.

License.

@Sh00k-ThaD3v
Sh00k-ThaD3v / 1566-image-hover.markdown
Created January 1, 2023 10:00
#1566 - Image Hover
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created December 3, 2022 15:04
Randombook
<div class="lg:flex container mx-auto p-3" id="app">
<div class="panel p-2">
<div class="rounded overflow-hidden shadow-lg my-3">
<img src="https://images.unsplash.com/photo-1491002052546-bf38f186af56?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=400&h=200&q=80" class="w-full" />
<div class="flex justify-center -mt-8">
<img src="https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=3&w=144&h=144&q=80" class="rounded-full border-solid border-white border-2 -mt-3">
</div>
<div class="text-center px-3 pb-6 pt-2">
<h3 class="font-bold text-md">Aubree Gilmour</h3>
<p class="mt-2 font-sans font-light text-grey-dark italic">Live life, Laugh Loud, Love forever</p>
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created December 3, 2022 15:03
Vue.js advanced todo list
<div id="app" class="bg-gray-200 h-screen p-4 flex flex-col">
<div
class="z-10 absolute inset-0 flex justify-center items-center popup p-4 md:p-0 invisible"
@click="onEditWindowClose"
v-if="editWindow.show"
:style="{ visibility:'visible'}"
>
<div class="w-full max-w-md" @click.stop>
<form
class="bg-white shadow-md rounded px-8 pt-6 pb-8 mb-4"
@Sh00k-ThaD3v
Sh00k-ThaD3v / index.html
Created December 3, 2022 14:48
Responsive React Dashboard with Tailwind
<div id="root"></div>
@Sh00k-ThaD3v
Sh00k-ThaD3v / 1268-add-to-cart-card.markdown
Created November 22, 2022 17:19
#1268 - 'Add to cart' card