A Pen by Abbey Fitzgerald on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<head> | |
<link rel="stylesheet" href="style.css"> | |
</head> | |
<body class="center bg2 max"> | |
<div id="main"> | |
<img src="https://i.imgur.com/i6hvJjx.gif"> | |
<img class="intro" id="about" src="https://imgur.com/L7ZMy1X.gif"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="wrapper"> | |
<section class="slideshow" id="js-header"> | |
<div class="slideshow__slide js-slider-home-slide is-current" data-slide="1"> | |
<div class="slideshow__slide-background-parallax background-absolute js-parallax" data-speed="-1" data-position="top" data-target="#js-header"> | |
<div class="slideshow__slide-background-load-wrap background-absolute"> | |
<div class="slideshow__slide-background-load background-absolute"> | |
<div class="slideshow__slide-background-wrap background-absolute"> | |
<div class="slideshow__slide-background background-absolute"> | |
<div class="slideshow__slide-image-wrap background-absolute"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ExoOMgg | |
------- | |
A [Pen](https://codepen.io/theorigins/pen/ExoOMgg) by [TheOrigins](https://codepen.io/theorigins) on [CodePen](https://codepen.io). | |
[License](https://codepen.io/license/pen/ExoOMgg). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
<!-- Main Style Sheet --> | |
<link rel="stylesheet" href="main.css" /> | |
<!-- Font Awesome --> | |
<link | |
rel="stylesheet" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:function a (){document.body.innerHTML=document.body.innerHTML.replace(/<sup\b[^>]*>(.*?)%3C\/sup%3E/gi,%20%22%22%20);return;};%20a(); |
Simple javascript bookmarklet to remove numbers and []s from a wikipedia entry to make copying text / reading text from it easier.
- Create a new bookmark in your browser
- Paste the code given below and save.
- Visit the article you want to "clean up".
- Click on the bookmarklet.
Voila, it's all cleaned up. Just refresh again and everything is back to normal.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "template", | |
"id": "fab0dab3369f9854fb60eaeea4e8d70b", | |
"name": "adhd", | |
"description": null, | |
"version": "6.0.18", | |
"trackables": [ | |
{ | |
"type": "tracker", | |
"id": "#adhd_check", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! tailwindcss v2.1.1 | MIT License | https://tailwindcss.com */ | |
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ | |
*, | |
::after, | |
::before { | |
box-sizing: border-box | |
} | |
:root { | |
-moz-tab-size: 4; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript" src="https://latest.cactus.chat/cactus.js"></script> | |
<header> | |
<input type="checkbox" id="toggle-menu"> | |
<label class="menu-icon" for="toggle-menu"> | |
<a id="menu-icon">≡</a> | |
</label> | |
<nav> | |
<li><a href=""> Home </a></li> | |
<li><a href=""> My Work </a></li> | |
<li><a href=""> About </a></li> |
OlderNewer