Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « css « tags « public - github.com/gurusabarish/hugo-profile.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fb50c078feb8c6b5654b91adf96e38cb7e70a645 (plain)
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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!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">
<title>css</title>

<link rel="icon" href="/images/hugo.png" type="image/gif">


<link rel="stylesheet" href="/css/head_foot.css">


<link href="https://fonts.googleapis.com/css2?family=Alata&display=swap" rel="stylesheet"><meta name="description" content="" />

  
  <link rel="stylesheet" href="/css/bootstrap.min.css">
  <link rel="stylesheet" href="/css/blog.css">

</head>

<body><nav class="navbar navbar-expand-lg navbar-light bg-light">
	<div class="container">
		<a class="navbar-brand" href="https://hugo-blog0.netlify.app/">Hugo-blog</a>
		<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
			aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
			<span class="navbar-toggler-icon"></span>
		</button>

		<div class="collapse navbar-collapse" id="navbarNavDropdown">
			<ul class="navbar-nav ml-auto">
				<li class="nav-item">
					<a class="nav-link" href="https://hugo-blog0.netlify.app/#home">Home</a>
				</li>
				<li class="nav-item">
					<a class="nav-link" href="https://hugo-blog0.netlify.app/#about">About</a>
				</li>

				
				<li class="nav-item">
					<a class="nav-link" href="https://hugo-blog0.netlify.app/blog">Blog</a>
				</li>
				
			</ul>
		</div>
	</div>
</nav>
<section>
  
  <br>
  <div class="container">
    <div class="row justify-content-md-center">
      <div class="col-md-8">
        <div class="img-pre">
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/fourth/">
            <img class="img-fluid" alt="Making a Verlet Physics Engine in Javascript" src="/images/bg-image-4.jpg">
        </div>
        <div>
          <h2 class="item-title">
            Making a Verlet Physics Engine in Javascript
          </h2>
          
          </a>
        </div>

        <div class="text-muted">
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
              d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
            <path fill-rule="evenodd"
              d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
          </svg>
          Aug 14, 2020

          
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
          </svg>
          Gurusabarish
          
        </div>

        <div>
          Have you ever wondered if you can make your own physics engine in JavaScript? If so, you have come to the right place. We are going to build a Physics engine from scratch in JavaScript.
Before we …
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/fourth/">
            <button type="button" class="float-right btn btn-outline-primary read-more">Read more</button>
          </a>
        </div>

        
        <div class="blog-tags">
          <strong class="text-muted">Tags: </strong>
          
          #<a href="/tags/markdown">markdown</a>
          
          #<a href="/tags/css">css</a>
          
          #<a href="/tags/blog">blog</a>
          
        </div>
        
      </div>
    </div>
  </div>
  <br>
  
  <br>
  <div class="container">
    <div class="row justify-content-md-center">
      <div class="col-md-8">
        <div class="img-pre">
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/third/">
            <img class="img-fluid" alt="Making a Verlet Physics Engine in Javascript" src="/images/bg-image-3.jpg">
        </div>
        <div>
          <h2 class="item-title">
            Making a Verlet Physics Engine in Javascript
          </h2>
          
          </a>
        </div>

        <div class="text-muted">
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
              d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
            <path fill-rule="evenodd"
              d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
          </svg>
          Aug 14, 2020

          
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
          </svg>
          Gurusabarish
          
        </div>

        <div>
          Have you ever wondered if you can make your own physics engine in JavaScript? If so, you have come to the right place. We are going to build a Physics engine from scratch in JavaScript.
Before we …
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/third/">
            <button type="button" class="float-right btn btn-outline-primary read-more">Read more</button>
          </a>
        </div>

        
        <div class="blog-tags">
          <strong class="text-muted">Tags: </strong>
          
          #<a href="/tags/markdown">markdown</a>
          
          #<a href="/tags/css">css</a>
          
          #<a href="/tags/blog">blog</a>
          
        </div>
        
      </div>
    </div>
  </div>
  <br>
  
  <br>
  <div class="container">
    <div class="row justify-content-md-center">
      <div class="col-md-8">
        <div class="img-pre">
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/markdown/">
            <img class="img-fluid" alt="Markdown syntax" src="/images/bg-image.jpg">
        </div>
        <div>
          <h2 class="item-title">
            Markdown syntax
          </h2>
          
          </a>
        </div>

        <div class="text-muted">
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-calendar" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
              d="M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1zm1-3a2 2 0 0 0-2 2v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V3a2 2 0 0 0-2-2H2z" />
            <path fill-rule="evenodd"
              d="M3.5 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5zm9 0a.5.5 0 0 1 .5.5V1a.5.5 0 0 1-1 0V.5a.5.5 0 0 1 .5-.5z" />
          </svg>
          Aug 11, 2020

          
          <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-person-fill" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd" d="M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6z" />
          </svg>
          Gurusabarish
          
        </div>

        <div>
          <p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
          <a class="text-decoration-none" href="https://hugo-blog0.netlify.app/blog/markdown/">
            <button type="button" class="float-right btn btn-outline-primary read-more">Read more</button>
          </a>
        </div>

        
        <div class="blog-tags">
          <strong class="text-muted">Tags: </strong>
          
          #<a href="/tags/markdown">markdown</a>
          
          #<a href="/tags/css">css</a>
          
          #<a href="/tags/html">html</a>
          
          #<a href="/tags/themes">themes</a>
          
          #<a href="/tags/blog">blog</a>
          
        </div>
        
      </div>
    </div>
  </div>
  <br>
  


</section>
<footer class="footer py-3 text-muted text-center">
    <p>
        &copy; 2020 All Rights Reserved<br>

        <a href="https://hugo-blog0.netlify.app/">Hugo-blog</a> made with
        <svg width="1em" height="1em" viewBox="0 0 16 16" class="bi bi-heart" fill="currentColor"
            xmlns="http://www.w3.org/2000/svg">
            <path fill-rule="evenodd"
                d="M8 2.748l-.717-.737C5.6.281 2.514.878 1.4 3.053c-.523 1.023-.641 2.5.314 4.385.92 1.815 2.834 3.989 6.286 6.357 3.452-2.368 5.365-4.542 6.286-6.357.955-1.886.838-3.362.314-4.385C13.486.878 10.4.28 8.717 2.01L8 2.748zM8 15C-7.333 4.868 3.279-3.04 7.824 1.143c.06.055.119.112.176.171a3.12 3.12 0 0 1 .176-.17C12.72-3.042 23.333 4.867 8 15z" />
        </svg>
        and
        <a href="https://gohugo.io" target="_blank">Hugo</a>

        by
        <a href="https://github.com/gurusabarish" target="_blank">Gurusabarish</a>
    </p>

</footer>
<script src="/js/jquery.slim.min.js"></script>
<script src="/js/bootstrap.min.js"></script></body>

</html>