-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
235 lines (177 loc) · 9.22 KB
/
Copy pathindex.html
File metadata and controls
235 lines (177 loc) · 9.22 KB
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
<!DOCTYPE html>
<html lang="en-us"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="generator" content="Hugo 0.50" />
<link rel="icon" href="/images/logo.png">
<title>techmuses | techmuses</title>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Righteous%7CMerriweather:300,300i,400,400i,700,700i" rel="stylesheet">
<link href="/css/medium.css" rel="stylesheet">
<link href="/css/additional.css" rel="stylesheet">
<meta name="google-site-verification" content="TirPh4CzG5ksxNyY5oJ6WBynwZErBxNhzJAWI4P81Us" />
</head>
<body>
<nav class="navbar navbar-expand-lg navbar-light bg-white fixed-top mediumnavigation nav-down">
<div class="container pr-0">
<a class="navbar-brand" href="https://techmuses.github.io/">
<img src="/images/logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarMediumish" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarMediumish">
<ul class="navbar-nav ml-auto">
<li class="nav-item ">
<a class="nav-link" href="/">Blog</a>
</li>
<li class="nav-item ">
<a class="nav-link" href="/blog">About Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="site-content">
<div class="container">
<div class="mainheading">
<h1 class="sitetitle">techmuses</h1>
<p class="lead">
things we learn
</p>
</div><div class="main-content">
<section class="recent-posts">
<div class="section-title">
<h2><span>All Posts</span></h2>
</div>
<div class="row listrecent">
<div class="col-lg-4 col-md-6 mb-30px card-group">
<div class="card h-100">
<div class="maxthumb">
<a href="/blog/using-vsc/">
<img class="img-fluid" src="/images/blog/using_vsc.jpeg" alt="A thumbnail image">
</a>
</div>
<div class="card-body">
<h2 class="card-title"><a class="text-dark" href="/blog/using-vsc/">How to use V.S Code like a pro?</a></h2>
<h4 class="card-text">This is a Kick Starter for all the newbies who would like to use V.S Code like a pro, also to all those experienced developers to increase their productivity.So I will divide this post into what I call segments, continue reading down to get more info.</h4>
</div>
<div class="card-footer bg-white">
<div class="wrapfooter">
<span class="meta-footer-thumb">
<img class="author-thumb" src="/images/jainal.jpg" alt="/images/jainal.jpg">
</span>
<span class="author-meta">
<span class="post-name">Jainal</a></span><br/>
<span class="post-date">Jan 5, 2019 - 20 min read </span>
</span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-30px card-group">
<div class="card h-100">
<div class="maxthumb">
<a href="/blog/function-or-cpp/">
<img class="img-fluid" src="/images/blog/overide.gif" alt="A thumbnail image">
</a>
</div>
<div class="card-body">
<h2 class="card-title"><a class="text-dark" href="/blog/function-or-cpp/">What is Function Overiding Problem in C++ and how to Solve?</a></h2>
<h4 class="card-text">First Let Us Understand what is function overriding problem.Inheritance in C++ Inheritance allows software developers to derive a new class from the existing class. The derived class inherits features of the base class (existing class).</h4>
</div>
<div class="card-footer bg-white">
<div class="wrapfooter">
<span class="meta-footer-thumb">
<img class="author-thumb" src="/images/jainal.jpg" alt="/images/jainal.jpg">
</span>
<span class="author-meta">
<span class="post-name">Jainal</a></span><br/>
<span class="post-date">Dec 11, 2018 - 6 min read </span>
</span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-30px card-group">
<div class="card h-100">
<div class="maxthumb">
<a href="/blog/goto/">
<img class="img-fluid" src="/images/blog/goto.jpg" alt="A thumbnail image">
</a>
</div>
<div class="card-body">
<h2 class="card-title"><a class="text-dark" href="/blog/goto/">Lets Take Jump With Goto Statement</a></h2>
<h4 class="card-text">This article will be beneficial for the rookies and will be a sure concept booster if you are encountering with goto statement first time.</h4>
</div>
<div class="card-footer bg-white">
<div class="wrapfooter">
<span class="meta-footer-thumb">
<img class="author-thumb" src="/images/adarsh.jpg" alt="/images/adarsh.jpg">
</span>
<span class="author-meta">
<span class="post-name">Adarsh</a></span><br/>
<span class="post-date">Nov 11, 2018 - 6 min read </span>
</span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-30px card-group">
<div class="card h-100">
<div class="maxthumb">
<a href="/blog/switch/">
<img class="img-fluid" src="/images/blog/switch.svg" alt="A thumbnail image">
</a>
</div>
<div class="card-body">
<h2 class="card-title"><a class="text-dark" href="/blog/switch/">Taking Control with Switch Statement</a></h2>
<h4 class="card-text">This is gonna be a good read if you have just started coding recently or are not much familiar with switch Statement.This would be concept booster for your switch statement knowledge.</h4>
</div>
<div class="card-footer bg-white">
<div class="wrapfooter">
<span class="meta-footer-thumb">
<img class="author-thumb" src="/images/akshay.jpeg" alt="/images/akshay.jpeg">
</span>
<span class="author-meta">
<span class="post-name">Akshay</a></span><br/>
<span class="post-date">Nov 11, 2018 - 7 min read </span>
</span>
<div class="clearfix"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="bottompagination">
<div class="pointerup"><i class="fa fa-caret-up"></i></div>
<span class="navigation" role="navigation">
</span>
</div></div>
</div>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-sm-6 text-center text-lg-left">
© Copyright techmuses - All rights reserved
</div>
<div class="col-md-6 col-sm-6 text-center text-lg-right">
Made with <span class="madewithlove">♥</span> by team techmuses
</div>
</div>
</div>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js" integrity="sha384-ChfqqxuZUCnJSK3+MXmPNIyE6ZbWh2IMqE241rYiqJxyMiZ6OW/JmZQ5stwEULTy" crossorigin="anonymous"></script>
<script src="/js/mediumish.js"></script>
</body>
</html>