This file contains hidden or 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
#!/bin/bash | |
# Define profile names and corresponding Git configuration values | |
profile1_name="Personal" | |
profile1_username="YOUR_USER_NAME" | |
profile1_email="YOUR_EMAIL_PERSONAL" | |
profile2_name="Work" | |
profile2_username="YOUR_USER_NAME" |
This file contains hidden or 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
// Created by yash bedi on 09/05/17. | |
// Copyright © 2017 yash bedi. All rights reserved | |
// textViewWithEmailAndPhone.swift | |
import UIKit | |
import MessageUI | |
class ViewController: UITextViewDelegate, MFMailComposeViewControllerDelegate{ | |
@IBOutlet weak var infoTextView: UITextView! | |
var email = "[email protected]" |
This file contains hidden or 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> | |
<head><title>content list</title> | |
<link href='http://fonts.googleapis.com/css?family=Julius Sans One:400,300' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Special Elite|Satisfy' rel='stylesheet' type='text/css'> | |
<link href='http://fonts.googleapis.com/css?family=Economica:400,300' rel='stylesheet' type='text/css'> | |
<link rel="stylesheet" type="text/css" href="file.css" media="all" /> | |
<link href='http://fonts.googleapis.com/css?family=Metal Mania:400,300' rel='stylesheet' type='text/css'> | |
<style> | |
a:link { font-family: 'Economica' ,sans-serif; |
This file contains hidden or 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
body { | |
background:#FFFFFF; | |
} | |
h1 { | |
font-family: 'Julius Sans One' ,sans-serif; | |
text-transform: uppercase; | |
color: #CC0052; | |
text-indent: 150px; | |
font-size: 30px; |