-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
165 lines (146 loc) · 7.86 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
159
160
161
162
163
164
165
<!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>Blog</title>
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/utils.css">
<link rel="stylesheet" href="css/search.css">
</head>
<body>
<header class="m-1">
<nav class="navigation max-width-1 margin-auto">
<div class="navLeft">
<a href="/blog-in-html-css/index.html">
Logo
</a>
</div>
<div class="navCenter">
<ul class="nav-items">
<li class="nav-item"><a href="/blog-in-html-css/index.html">Home</a></li>
<li class="nav-item"><a href="/blog-in-html-css/contact.html">Contact</a></li>
</ul>
</div>
<form action="/blog-in-html-css/search.html">
<div class="navRight">
<input type="search" name="query" class="form-input " placeholder="Search Hear">
<button class="btn btn-pink" type="submit">Search </button>
</div>
</form>
</nav>
</header>
<main>
<div class="content max-width-95 margin-auto">
<div class="content-left">
<h1 class="m-1">Typing</h1>
<p>The basic technique stands in contrast to hunt and peck typing in which the typist keeps their eyes
on the source copy at all times. Touch typing also involves the use of the home row method, where
typists rest their wrist down, rather than lifting up and typing (which can cause carpal tunnel
syndrome). To avoid this, typists should sit up tall, leaning slightly forward from the waist, place
their feet flat on the floor in front of them with one foot slightly in front of the other, and keep
their elbows close to their sides with forearms slanted slightly upward to the keyboard; fingers
should be curved slightly and rest on the home row.</p>
</div>
<div class="content-right m-2">
<img src="img/home.svg" alt="000">
</div>
</div>
<div class="max-width-1 margin-auto ">
<hr>
</div>
<div class="home-div-articles p-3">
<div class="m-2">
<h2>Featured Articles</h2>
<div class="yearBox">
<div>
<h4>Date</h4>
</div>
<div>
<label for="2020">2020</label>
<input type="radio" name="Year" id="2020">
</div>
<div>
<label for="2021">2021</label>
<input type="radio" name="Year" id="2021">
</div>
</div>
</div>
<div class="home-articles ">
<div class="home-article center">
<a href="/blog-in-html-css/blogpost.html" class="text-center">
<img src="img/coffee.jpg " alt="">
<div class="home-article-bottom m-1">
<h3>Title</h3>
<p class="m-1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam esse
repellendus nulla
eius placeat eos dicta, dolore corporis sed voluptatem consequuntur similique! Nulla,
incidunt! Amet perferendis consequatur maiores? Quia eum, tempore autem aliquam,
necessitatibus neque molestias repudiandae cumque rerum at nulla, molestiae praesentium.
Eius soluta itaque corrupti vitae optio expedita.</p>
<div class="article-info-div text-muted">
<span class="m-1">Author </span><br><span> Date | </span><span> 7 min read</span>
</div>
</div>
</a>
</div>
<div class="home-article center">
<a href="/blog-in-html-css/blogpost.html" class="text-center">
<img src="img/coffee.jpg " alt="">
<div class="home-article-bottom m-1">
<h3>Title</h3>
<p class="m-1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam esse
repellendus nulla
eius placeat eos dicta, dolore corporis sed voluptatem consequuntur similique! Nulla,
incidunt! Amet perferendis consequatur maiores? Quia eum, tempore autem aliquam,
necessitatibus neque molestias repudiandae cumque rerum at nulla, molestiae praesentium.
Eius soluta itaque corrupti vitae optio expedita.</p>
<div class="article-info-div text-muted">
<span class="m-1">Author </span><br><span> Date | </span><span> 7 min read</span>
</div>
</div>
</a>
</div>
<div class="home-article center">
<a href="/blog-in-html-css/blogpost.html" class="text-center">
<img src="img/business.jpg " alt="">
<div class="home-article-bottom m-1">
<h3>Title</h3>
<p class="m-1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam esse
repellendus nulla
eius placeat eos dicta, dolore corporis sed voluptatem consequuntur similique! Nulla,
incidunt! Amet perferendis consequatur maiores? Quia eum, tempore autem aliquam,
necessitatibus neque molestias repudiandae cumque rerum at nulla, molestiae praesentium.
Eius soluta itaque corrupti vitae optio expedita.</p>
<div class="article-info-div text-muted">
<span>Author |</span><span> Date | </span><span> 7 min read</span>
</div>
</div>
</a>
</div>
<div class="home-article center">
<a href="/blog-in-html-css/blogpost.html" class="text-center">
<img src="img/business.jpg " alt="">
<div class="home-article-bottom m-1">
<h3>Title</h3>
<p class="m-1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Quibusdam esse
repellendus nulla
eius placeat eos dicta, dolore corporis sed voluptatem consequuntur similique! Nulla,
incidunt! Amet perferendis consequatur maiores? Quia eum, tempore autem aliquam,
necessitatibus neque molestias repudiandae cumque rerum at nulla, molestiae praesentium.
Eius soluta itaque corrupti vitae optio expedita.</p>
<div class="article-info-div text-muted">
<span>Author |</span><span> Date | </span><span> 7 min read</span>
</div>
</div>
</a>
</div>
</div>
</div>
</main>
<footer class="center">
© Rajat Rawal
</footer>
</body>
</html>