-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
158 lines (135 loc) · 9.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<!DOCTYPE html>
<html>
<title>Learn Python in 90 seconds!</title>
<!-- HTML Meta Tags -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Python learning resources take so much time! There's an easier way to learn python, in 90 seconds. Check it out.">
<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Learn Python in 90 seconds!">
<meta itemprop="description" content="Python learning resources take so much time! There's an easier way to learn python, in 90 seconds. Check it out.">
<meta itemprop="image" content="https://miro.medium.com/max/272/1*WfLZHnqQUQWyBPqYupkpkQ.gif">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://www.pythonin90sec.com">
<meta property="og:type" content="website">
<meta property="og:title" content="Learn Python in 90 seconds!">
<meta property="og:description" content="Python learning resources take so much time! There's an easier way to learn python, in 90 seconds. Check it out.">
<meta property="og:image" content="https://miro.medium.com/max/272/1*WfLZHnqQUQWyBPqYupkpkQ.gif">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Learn Python in 90 seconds!">
<meta name="twitter:description" content="Python learning resources take so much time! There's an easier way to learn python, in 90 seconds. Check it out.">
<meta name="twitter:image" content="https://miro.medium.com/max/272/1*WfLZHnqQUQWyBPqYupkpkQ.gif">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-59172728-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-59172728-2');
</script>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<!-- icons -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon_io/favicon-16x16.png">
<link rel="manifest" href="assets/images/favicon_io/site.webmanifest">
<!-- css -->
<link rel="stylesheet" href="assets/style.css">
<link rel="stylesheet" href="assets/social_icons.css">
<!--js-->
<script type="text/javascript" src="pythonin90sec.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
</head>
<audio id="pythonHissing">
<source src="assets/sound/python_hissing.mp3" type="audio/mp3">
</audio>
<body>
<div class="container">
<div id="soundOn" class="soundOn">
</div>
<div class="author" onclick="goToGithub()">
</div>
<div id="mainLogo" class="logoRegular">
</div>
<div>
<h1>PYTHON tutorials take so much time</h1>
<div>
<div id="mainText">
<div class="learning">
<div class="learningSpeed">
<p class="notHard">Learning python SHOULDN'T BE HARD!</p>
<p class="veryEasy">Python is VERY EASY </br>and you can learn it</p>
</div>
<div class="learningSec">
<p class="ninetySeconds">IN 90 </br>SECONDS</p>
</div>
</div>
</div>
<div id="letsGo">
<p>Click on the Let's Go button, listen and repeat:</p>
<div class="buttonDiv">
<button type="button" onclick="letsGo()" class="buttonPixel">Let's go!</button>
<button type="button" onclick="okGotIt()" class="buttonPixel">OK, got it</button>
</div>
</div>
<div id="#typewriterText" class="typewriterText"><span id="typed"></span></div>
<div id="share">
<p>Share:</p>
<!--Facebook -->
<div id="shareButtons">
<a class="resp-sharing-button__link" href="https://facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.pythonin90sec.com%2F" target="_blank" rel="noopener" aria-label="">
<div class="resp-sharing-button resp-sharing-button--facebook resp-sharing-button--small">
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solidcircle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path d="M12 0C5.38 0 0 5.38 0 12s5.38 12 12 12 12-5.38 12-12S18.62 0 12 0zm3.6 11.5h-2.1v7h-3v-7h-2v-2h2V8.34c0-1.1.35-2.82 2.65-2.82h2.35v2.3h-1.4c-.25 0-.6.13-.6.66V9.5h2.34l-.24 2z" /></svg>
</div>
</div>
</a>
<!--Twitter -->
<a class="resp-sharing-button__link" href="https://twitter.com/intent/tweet/?text=I've%20learned%20Python%20in%2090%20sec!%20&url=https%3A%2F%2Fwww.pythonin90sec.com%2F" target="_blank" rel="noopener" aria-label="">
<div class="resp-sharing-button resp-sharing-button--twitter resp-sharing-button--small">
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solidcircle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<path
d="M12 0C5.38 0 0 5.38 0 12s5.38 12 12 12 12-5.38 12-12S18.62 0 12 0zm5.26 9.38v.34c0 3.48-2.64 7.5-7.48 7.5-1.48 0-2.87-.44-4.03-1.2 1.37.17 2.77-.2 3.9-1.08-1.16-.02-2.13-.78-2.46-1.83.38.1.8.07 1.17-.03-1.2-.24-2.1-1.3-2.1-2.58v-.05c.35.2.75.32 1.18.33-.7-.47-1.17-1.28-1.17-2.2 0-.47.13-.92.36-1.3C7.94 8.85 9.88 9.9 12.06 10c-.04-.2-.06-.4-.06-.6 0-1.46 1.18-2.63 2.63-2.63.76 0 1.44.3 1.92.82.6-.12 1.95-.27 1.95-.27-.35.53-.72 1.66-1.24 2.04z" />
</svg>
</div>
</div>
</a>
<!-- LinkedIn -->
<a class="resp-sharing-button__link"
href="https://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.pythonin90sec.com%2F&title=I've%20learned%20Python%20in%2090%20sec!%20&summary=I've%20learned%20Python%20in%2090%20sec!%20&source=https%3A%2F%2Fwww.pythonin90sec.com%2F"
target="_blank" rel="noopener" aria-label="">
<div class="resp-sharing-button resp-sharing-button--linkedin resp-sharing-button--small">
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solidcircle">
<svg version="1.1" x="0px" y="0px" width="24px" height="24px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
<path
d="M12,0C5.383,0,0,5.383,0,12s5.383,12,12,12s12-5.383,12-12S18.617,0,12,0z M9.5,16.5h-2v-7h2V16.5z M8.5,7.5 c-0.553,0-1-0.448-1-1c0-0.552,0.447-1,1-1s1,0.448,1,1C9.5,7.052,9.053,7.5,8.5,7.5z M18.5,16.5h-3V13c0-0.277-0.225-0.5-0.5-0.5 c-0.276,0-0.5,0.223-0.5,0.5v3.5h-3c0,0,0.031-6.478,0-7h3v0.835c0,0,0.457-0.753,1.707-0.753c1.55,0,2.293,1.12,2.293,3.296V16.5z" />
</svg>
</div>
</div>
</a>
<!-- Reddit -->
<a class="resp-sharing-button__link" href="https://reddit.com/submit/?url=https%3A%2F%2Fwww.pythonin90sec.com%2F&resubmit=true&title=I've%20learned%20Python%20in%2090%20sec!%20" target="_blank" rel="noopener" aria-label="">
<div class="resp-sharing-button resp-sharing-button--reddit resp-sharing-button--small">
<div aria-hidden="true" class="resp-sharing-button__icon resp-sharing-button__icon--solidcircle">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
<circle cx="9.391" cy="13.392" r=".978" />
<path
d="M14.057 15.814c-1.14.66-2.987.655-4.122-.004-.238-.138-.545-.058-.684.182-.13.24-.05.545.19.685.72.417 1.63.646 2.568.646.93 0 1.84-.228 2.558-.642.24-.13.32-.44.185-.68-.14-.24-.445-.32-.683-.18zM5 12.086c0 .41.23.78.568.978.27-.662.735-1.264 1.353-1.774-.2-.207-.48-.334-.79-.334-.62 0-1.13.507-1.13 1.13z" />
<path
d="M12 0C5.383 0 0 5.383 0 12s5.383 12 12 12 12-5.383 12-12S18.617 0 12 0zm6.673 14.055c.01.104.022.208.022.314 0 2.61-3.004 4.73-6.695 4.73s-6.695-2.126-6.695-4.74c0-.105.013-.21.022-.313C4.537 13.73 4 12.97 4 12.08c0-1.173.956-2.13 2.13-2.13.63 0 1.218.29 1.618.757 1.04-.607 2.345-.99 3.77-1.063.057-.803.308-2.33 1.388-2.95.633-.366 1.417-.323 2.322.085.302-.81 1.076-1.397 1.99-1.397 1.174 0 2.13.96 2.13 2.13 0 1.177-.956 2.133-2.13 2.133-1.065 0-1.942-.79-2.098-1.81-.734-.4-1.315-.506-1.716-.276-.6.346-.818 1.395-.88 2.087 1.407.08 2.697.46 3.728 1.065.4-.468.987-.756 1.617-.756 1.17 0 2.13.953 2.13 2.13 0 .89-.54 1.65-1.33 1.97z" />
<circle cx="14.609" cy="13.391" r=".978" />
<path d="M17.87 10.956c-.302 0-.583.128-.79.334.616.51 1.082 1.112 1.352 1.774.34-.197.568-.566.568-.978 0-.623-.507-1.13-1.13-1.13z" /></svg>
</div>
</div>
</a>
</div>
</div>
</div>
</body>
</html>