I hereby claim:
- I am medredha on github.
- I am medredha (https://keybase.io/medredha) on keybase.
- I have a public key ASAxPs1_Ary9xBPf8UwyFugEVVnvBSBpJvUYVLyEhHfkzAo
To claim this, I am signing this object:
accent: "#00f3bf" | |
background: "#0f1115" | |
foreground: "#ffffff" | |
details: "darker" | |
terminal_colors: | |
normal: | |
black: "#101116" | |
red: "#ff0064" | |
green: "#00ff9b" | |
yellow: "#ff1e00" |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Ansi 0 Color</key> | |
<dict> | |
<key>Alpha Component</key> | |
<real>1</real> | |
<key>Blue Component</key> | |
<real>0.086274512112140656</real> |
I hereby claim:
To claim this, I am signing this object:
// SINCE IT'S A JSON FILE - PLEASE REMOVE ALL THE COMMENTS - | |
// You can trigger a local push notification on your simulator by either: | |
// 1. Change file extension from .json to .apns and Drag & Drop the payload.apns on the simulator | |
// 2. Use terminal with following commandline: xcrun simctl push booted [APP BUNDLE ID] payload.json | |
// ENJOY!! 🎉 | |
{ | |
"Simulator Target Bundle": "com.apple.mobilecal", // add app bundle id here Calendar app for example | |
"aps": { | |
"alert": { |
//////// FILENAME.STYLE.TS //////// | |
import { Dimensions, Platform, StyleSheet } from 'react-native'; | |
const { width, height } = Dimensions.get('window'); | |
const styles = StyleSheet.create({ | |
mainContainer: { | |
width, | |
height, |
A simple & beautiful customizable Flutter animation to use as a Splash Screen !
####Github : https://github.com/MedRedha
#Enjoy 🎉
<div class="page"> | |
<span class="menu_toggle"> | |
<i class="menu_open fa fa-bars fa-lg"></i> | |
<i class="menu_close fa fa-times fa-lg"></i> | |
</span> | |
<ul class="menu_items"> | |
<li><a href="#"><i class="icon fa fa-signal fa-2x"></i> Moar</a></li> | |
<li><a href="#"><i class="icon fa fa-coffee fa-2x"></i> Coffee</a></li> | |
<li><a href="#"><i class="icon fa fa-heart fa-2x"></i> Please</a></li> | |
</ul> |