-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
112 lines (88 loc) · 5.13 KB
/
blog.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
<!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>Document</title>
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&family=Roboto&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap" rel="stylesheet">
<link rel="icon" href="images/favicon1.ico" type="image/x-icon">
</head>
<body>
<!-- Portfolio Section -->
<!-- <section class="wrapper style3 container special" id="portfolio_section"> -->
<!-- <header class="major">
<h2>Portfolio</h2>
</header>
<nav id="nav">
<ul>
<li class="current"><a href="#project_section">Projects</a></li>
<li class="submenu"><a href="#vis_section">Visualisations</a></li>
<li class="submenu"><a href="#kaggle_section">Kaggle</a></li>
</ul>
</nav>
-->
<div class="row">
<div class="col-6 col-12-narrower">
<section>
<a target="_blank" href="https://ishikajohari.medium.com/ultimate-beginners-guide-to-github-with-git-bash-131f1991d55c" class="image featured trs"><img class="static" height="312" width="615" src="images/blog1.jpeg" /><img class="active hover_border" height="312" width="615" src="images/blog1.gif" /></a>
<header>
<h3 class="blogname"><a target="_blank" href="https://ishikajohari.medium.com/ultimate-beginners-guide-to-github-with-git-bash-131f1991d55c">
Ultimate Beginner’s Guide to GitHub with Git bash</a>
</h3>
<!-- <p class="gitlink"><a href="https://github.com/ishijo/Travel_Itinerary_Generator">Github</a></p> -->
</header>
<p class="blog-subheading">Comprehensive steps with concept and terminology explanations from scratch.</p>
</section>
</div>
<div class="col-6 col-12-narrower">
<section>
<a target="_blank" href="https://ishikajohari.medium.com/import-errors-in-jupyter-notebooks-972b1011bee6" class="image featured trs"><img class="static" height="312" width="615" src="images/blog2.jpeg" /><img class="active hover_border" height="312" width="615" src="images/blog2.gif" /></a>
<header>
<h3 class="blogname"><a target="_blank" href="https://ishikajohari.medium.com/import-errors-in-jupyter-notebooks-972b1011bee6">
Handling import errors in Jupyter notebooks</a>
</h3>
<!-- <p class="gitlink"><a href="https://github.com/ishijo/Travel_Itinerary_Generator">Github</a></p> -->
</header>
<p class="blog-subheading">Creating Kernels to deflect package import errors in a conda environment</p>
</section>
</div>
</div>
<!--<div class="row">
<div class="col-6 col-12-narrower">
<section>
<a href="#" class="image featured"><img src="images/pic03.jpg" alt="" /></a>
<header>
<h3>Hyperspace Travel</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
<div class="col-6 col-12-narrower">
<section>
<a href="#" class="image featured"><img src="images/pic04.jpg" alt="" /></a>
<header>
<h3>And Another Train</h3>
</header>
<p>Sed tristique purus vitae volutpat commodo suscipit amet sed nibh. Proin a ullamcorper sed blandit. Sed tristique purus vitae volutpat commodo suscipit ullamcorper sed blandit lorem ipsum dolore.</p>
</section>
</div>
</div> -->
<!-- <footer class="major">
<ul class="buttons">
<li><a href="#" class="button">See More</a></li>
</ul>
</footer> -->
<!-- </section> -->
</body>
</html>