Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
<html> | |
<a href="javascript:(function()%7Bstr%20%3D%20JSON.stringify(editorModel.runningExperiments)%3Balert(str)%7D)()"> | |
<img src="https://static.wixstatic.com/media/101b4c_a38df22a1cc749b9943e66189570ced3~mv2.png/v1/fill/w_16,h_16,al_c/101b4c_a38df22a1cc749b9943e66189570ced3~mv2.png"> | |
</a> | |
</html> |
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
Fonts included in optional font features | |
Here's a comprehensive listing of which font families are included with each of the optional font features. Some font families may include multiple fonts for different weights and styles. | |
Arabic Script Supplemental Fonts: Aldhabi, Andalus, Arabic Typesetting, Microsoft Uighur, Sakkal Majalla, Simplified Arabic, Traditional Arabic, Urdu Typesetting | |
Bangla Script Supplemental Fonts: Shonar Bangla, Vrinda | |
Canadian Aboriginal Syllabics Supplemental Fonts: Euphemia | |
Cherokee Supplemental Fonts: Plantagenet Cherokee | |
Chinese (Simplified) Supplemental Fonts: DengXian, FangSong, KaiTi, SimHei | |
Chinese (Traditional) Supplemental Fonts: DFKai-SB, MingLiU, MingLiU_HKSCS, PMingLiU | |
Devanagari Supplemental Fonts: Aparajita, Kokila, Mangal, Sanskrit Text, Utsaah | |
Ethiopic Supplemental Fonts: Nyala |
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
//By Michael Salaverry | |
//[email protected] | |
//feature toggles at the end of the file for code reuse | |
/* Assignment Text | |
Week 1: | |
Please hold the whole assignment in the same file, and just comment out the last one you've completed. Repeat all parts necessary so that the assignment can run just be un-commenting a whole section | |
Do not use arrays. |
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
//to win at https://www.mostexclusivewebsite.com/ | |
var condition = function(){if(parseInt(document.getElementsByClassName('value')[0].innerText.replace(/[,]/g,''))>1569920){return true;}else{return false;}} | |
undefined | |
var waiting = function(){if (!condition()){setTimeout(waiting,60000);console.log("another 60 seconds",1569924-parseInt(document.getElementsByClassName('value')[0].innerText.replace(/[,]/g,'')));}else{alert("now!");}} |
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> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>HW-WK-5</title> | |
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.3/lodash.js"></script> | |
<style id="jsbin-css"> | |
.colorboxes { | |
margin: 10px; |
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> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
html { | |
background: url(http://i.imgur.com/Rksbpdu.jpg) no-repeat center fixed; | |
background-size: 100% 100%; |
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> | |
<meta name="description" content="smartphone in browser engine demo"> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
html { | |
background: url(http://i.imgur.com/Rksbpdu.jpg) no-repeat center fixed; |
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> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width"> | |
<title>JS Bin</title> | |
<style id="jsbin-css"> | |
textarea { | |
width: 100%; | |
} |
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
button { | |
color: white; | |
background: blue; | |
} | |
button:hover { | |
background: lightblue; | |
} | |
html{ | |
font-family: Helvetica; |
OlderNewer