-
Notifications
You must be signed in to change notification settings - Fork 0
/
html.html
210 lines (193 loc) · 9.59 KB
/
html.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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Html cheat sheet</title>
<link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./html.css">
<script src="prism.js"></script>
<link rel="stylesheet" href="./prism.css">
<script src="https://kit.fontawesome.com/37df777d72.js" crossorigin="anonymous"></script>
</head>
<body>
<div class="container">
<!-- navbar strats here -->
<div class="navbar">
<a href="./index.html"><img src="./copy.png" alt="Cheatsheet icon"></a>
<a href="./index.html">Home</a>
<a href="#">Html</a>
<a href="./css.html">CSS</a>
<a href="./js.html">Java Script</a>
<a href="#">Others</a>
<a href="https://www.google.com/" target="_blank" style="float: right;">Go for Help</a>
</div>
<!-- navbar ends here -->
<!-- main section starts here -->
<div id="mainSection">
<!-- left column starts here -->
<div class="leftcolumn">
<!-- card-1 starts -->
<div class="card">
<h3><strong>HTML Boilerplate</strong></h3>
<p>You can copy from here directly...</p>
<pre class="language-html"><code><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html> </code></pre>
<!-- card-1 ends -->
<!-- card-2 starts -->
</div>
<div class="card">
<h3><strong>Inline Tags</strong></h3>
<p>It only takes up as much width as necessary</p>
<pre class="language-html"><code><span></span></code></pre>
<pre class="language-html"><code><strong></strong></code></pre>
<pre class="language-html"><code><a></a></code></pre>
<pre class="language-html"><code><em></em></code></pre>
<pre class="language-html"><code><img></img></code></pre>
</div>
<!-- card-2 ends -->
<!-- card-3 starts -->
<div class="card">
<h3><strong>Block Tags</strong></h3>
<p>It always takes up the full width available (stretches out to the left and right as far as it can).</p>
<pre class="language-html"><code><p></p></code></pre>
<pre class="language-html"><code><div></div></code></pre>
<pre class="language-html"><code><li></li></code></pre>
</div>
<!-- card-3 ends -->
<!-- card-4 starts -->
<div class="card">
<h3><strong>Unsplash Source Image by search Term</strong></h3>
<p>Beautiful Images by search term</p>
<pre class="language-html"><code><img src="https://source.unsplash.com/1600x900/?nature,water" alt=""></code></pre>
</div>
<!-- card-4 ends -->
<!-- card-5 starts -->
<div class="card">
<h3><strong>Neon Button HTML</strong></h3>
<p>A fantastic button</p>
<pre class="language-html"><code><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>Neon Light Button Hover Effect</title>
</head>
<body>
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Neon Button
</a>
</body>
</html></code></pre>
</div>
<!-- card-5 ends -->
<!-- card-6 starts -->
<div class="card">
<h3><strong>Auto Image Slider</strong></h3>
<p>This is Fabulous image slider where images changes automatically...<a href="https://codepen.io/dudleystorey/pen/ehKpi" target="_blank">Click here to check...</a></p>
<pre class="language-html"><code><base href="https://s3-us-west-2.amazonaws.com/s.cdpn.io/4273/">
<div id="slider">
<figure>
<img src="https://source.unsplash.com/1600x900/?nature,water" alt>
<img src="https://source.unsplash.com/1600x900/?code,programming" alt>
<img src="https://source.unsplash.com/1600x900/?mountains,hills" alt>
<img src="https://source.unsplash.com/1600x900/?Laptops,computer" alt>
<img src="https://source.unsplash.com/1600x900/?rivers" alt>
</figure>
</div></code></pre>
</div>
<!-- card-6 ends -->
</div>
<!-- left column ends here -->
<!-- right column starts here -->
<div class="rightcolumn">
<!-- about starts -->
<div class="card">
<h2 style="margin-left: 125px; text-decoration:underline;"><strong>About Me</strong></h2>
<!-- <img src="./about.jpeg" style="height: 50%; width: 50%;" alt=""> -->
<div class="fakeimgAbout"><img src="./about.jpeg" alt=""></div>
<strong>My Description...</strong>
<p>This is Aritra. I'm a Engineering student, willing to be a successful Web Developer.</p>
</div>
<!-- about ends -->
<!-- Favorite Cheats -->
<div class="card">
<h2>Favourite Cheats</h2>
<h3>Unsplash Source Image by search Term</h3>
<pre class="language-html"><code><img src="https://source.unsplash.com/1600x900/?nature,water" alt=""></code></pre>
</div>
<div class="card" style="margin-top: 0px;">
<!-- <h2>Favourite Cheats</h2> -->
<h3>Ubuntu Font</h3>
<!-- <p>This is a beutiful font.</p> -->
<pre class="language-html"><code><link href="https://fonts.googleapis.com/css2?family=Ubuntu:wght@300&display=swap" rel="stylesheet">
</code></pre>
<pre class="language-css"><code>font-family: 'Ubuntu', sans-serif;</code></pre>
</div>
<div class="card" style="margin-top: 0px;">
<h3>Bree Serif/Baloo Bhai/Baloo Bahena</h3>
<p>This is a beutiful font.</p>
<pre class="language-html"><code><link href="https://fonts.googleapis.com/css2?family=Baloo+Bhai+2&family=Baloo+Bhaina+2&family=Bree+Serif&display=swap" rel="stylesheet">
</code></pre>
<pre class="language-css"><code>font-family: 'Bree Serif', serif;</code></pre>
<pre class="language-css"><code>font-family: 'Baloo Bhai 2', cursive;</code></pre>
<pre class="language-css"><code>font-family: 'Baloo Bhaina 2', cursive;</code></pre>
</div>
<div class="card" style="margin-top: 0px;">
<h3>CSS Color: Morpheus Den</h3>
<p>It is a Beautiful linear-gradient color.</p>
<pre class="language-css" style="background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);"><code>background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);</code></pre>
</div>
<div class="card" style="margin-top: 0px;">
<h3><strong>Neon Button HTML</strong></h3>
<p>A fantastic button</p>
<pre class="language-html"><code><!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="style.css" />
<title>Neon Light Button Hover Effect</title>
</head>
<body>
<a href="#">
<span></span>
<span></span>
<span></span>
<span></span>
Neon Button
</a>
</body>
</html></code></pre>
</div>
<!-- Follow me -->
<div class="card">
<h3>Follow me</h3>
<!-- <strong>Social Media:</strong> -->
<a href="https://www.facebook.com/avijeet.karmakar.9" target="_blank" style="text-decoration: none; margin-right:20px;"><i class="fab fa-facebook"></i>facebook</a>
<a href="https://www.instagram.com/avi_k_aritra" target="_blank" style="text-decoration: none; margin-right:20px;"><i class="fab fa-instagram"></i>instagram</a>
<a href="https://twitter.com/AviKarmakar11" target="_blank" style="text-decoration: none; margin-right:20px;"><i class="fab fa-twitter"></i>twitter</a>
</div>
</div>
<!-- right column ends here -->
<!-- main section ends here -->
</div>
</div>
</body>
</html>