Skip to content

Instantly share code, notes, and snippets.

View last-endcode's full-sized avatar
🎯
Focusing

Last end code last-endcode

🎯
Focusing
View GitHub Profile
@last-endcode
last-endcode / index.html
Created January 5, 2021 06:17
Travel Video Landing Page
<!-- Video Source -->
<!-- https://www.pexels.com/video/aerial-view-of-beautiful-resort-2169880/ -->
<section class="showcase">
<header>
<h2 class="logo">Travel</h2>
<div class="toggle"></div>
</header>
<video src="https://traversymedia.com/downloads/videos/explore.mp4" muted loop autoplay></video>
<div class="overlay"></div>
<div class="text">
@last-endcode
last-endcode / firefox-developer-edition.md
Created September 23, 2020 04:15 — forked from mahammad/firefox-developer-edition.md
How To install Firefox Developer Edition and create desktop icon for Ubuntu 14.04 LTS

chose other install way

  1. Open Terminal Ctrl+Alt+T Download Firefox Developer Edition tar file

    wget https://download.mozilla.org/?product=firefox-aurora-latest-ssl&os=linux64&lang=en-US

  2. Copy tar file to opt sudo cp -rp firefox-35.0a2.en-US.linux-x86_64.tar.bz2

  3. Open opt folder (cd /opt/) and untar file sudo tar xjf firefox-35.0a2.en-US.linux-x86_64.tar.bz2