Skip to content

Commit 8677821

Browse files
author
GitHub Actions
committed
Deploy TanzHasan/Learning to TanzHasan/Learning:gh-pages
0 parents  commit 8677821

File tree

96 files changed

+6134
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+6134
-0
lines changed

404.html

Lines changed: 133 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,133 @@
1+
<!DOCTYPE html>
2+
<html class="dark light">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
11+
12+
13+
14+
<title>
15+
Tanz
16+
</title>
17+
18+
<meta property="og:title" content="Tanz" />
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
<link href=https://tanzhasan.github.io/Learning/fonts.css rel="stylesheet" />
37+
38+
39+
40+
41+
42+
43+
44+
45+
<script>
46+
MathJax = {
47+
tex: {
48+
inlineMath: [['$', '$'], ['\\(', '\\)']]
49+
}
50+
};
51+
</script>
52+
53+
<script type="text/javascript" id="MathJax-script" async
54+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
55+
</script>
56+
57+
58+
59+
<link rel="alternate" type="application/atom+xml" title="Tanz" href="https://tanzhasan.github.io/Learning/atom.xml">
60+
61+
62+
63+
64+
<link rel="stylesheet" type="text/css" href=https://tanzhasan.github.io/Learning/theme/light.css />
65+
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://tanzhasan.github.io/Learning/theme/dark.css" />
66+
67+
68+
<link rel="stylesheet" type="text/css" media="screen" href=https://tanzhasan.github.io/Learning/main.css />
69+
70+
71+
</head>
72+
73+
74+
<body>
75+
<div class="content">
76+
<header>
77+
<div class="main">
78+
<a href=https:&#x2F;&#x2F;tanzhasan.github.io&#x2F;Learning>Tanz</a>
79+
80+
<div class="socials">
81+
82+
<a rel="me" href="https:&#x2F;&#x2F;github.com&#x2F;TanzHasan" class="social">
83+
<img alt=github src=https://tanzhasan.github.io/Learning/social_icons/github.svg>
84+
</a>
85+
86+
<a rel="me" href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;tanzir-m-hasan&#x2F;" class="social">
87+
<img alt=linkedin src=https://tanzhasan.github.io/Learning/social_icons/linkedin.svg>
88+
</a>
89+
90+
<a rel="me" href="&#x2F;rss.xml" class="social">
91+
<img alt=rss src=https://tanzhasan.github.io/Learning/social_icons/rss.svg>
92+
</a>
93+
94+
</div>
95+
</div>
96+
97+
<nav>
98+
99+
<a href=https://tanzhasan.github.io/Learning/algos style="margin-left: 0.7em">&#x2F;Algos</a>
100+
101+
<a href=https://tanzhasan.github.io/Learning/langs style="margin-left: 0.7em">&#x2F;Langs</a>
102+
103+
<a href=https://tanzhasan.github.io/Learning/misc style="margin-left: 0.7em">&#x2F;Misc</a>
104+
105+
<a href=https://tanzhasan.github.io/Learning/about style="margin-left: 0.7em">&#x2F;about</a>
106+
107+
108+
109+
<a id="dark-mode-toggle" onclick="toggleTheme(); event.preventDefault();" href="#">
110+
<img src=https://tanzhasan.github.io/Learning/feather/sun.svg id="sun-icon" style="filter: invert(1);" alt="Light" />
111+
<img src=https://tanzhasan.github.io/Learning/feather/moon.svg id="moon-icon" alt="Dark" />
112+
</a>
113+
<script src=https://tanzhasan.github.io/Learning/js/themetoggle.js></script>
114+
115+
</nav>
116+
</header>
117+
118+
119+
120+
121+
<main class="centered-header">
122+
123+
<div class="page-header">
124+
404<span class="primary-color" style="font-size: 1.6em">.</span>
125+
</div>
126+
127+
<span>Page not found :(</span>
128+
</main>
129+
130+
</div>
131+
</body>
132+
133+
</html>

about/index.html

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,183 @@
1+
<!DOCTYPE html>
2+
<html class="dark light">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
9+
10+
11+
12+
13+
14+
<title>
15+
About
16+
17+
</title>
18+
19+
20+
<meta property="og:title" content="About" />
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
<link href=https://tanzhasan.github.io/Learning/fonts.css rel="stylesheet" />
38+
39+
40+
41+
42+
43+
44+
45+
46+
<script>
47+
MathJax = {
48+
tex: {
49+
inlineMath: [['$', '$'], ['\\(', '\\)']]
50+
}
51+
};
52+
</script>
53+
54+
<script type="text/javascript" id="MathJax-script" async
55+
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js">
56+
</script>
57+
58+
59+
60+
<link rel="alternate" type="application/atom+xml" title="Tanz" href="https://tanzhasan.github.io/Learning/atom.xml">
61+
62+
63+
64+
65+
<link rel="stylesheet" type="text/css" href=https://tanzhasan.github.io/Learning/theme/light.css />
66+
<link id="darkModeStyle" rel="stylesheet" type="text/css" href="https://tanzhasan.github.io/Learning/theme/dark.css" />
67+
68+
69+
<link rel="stylesheet" type="text/css" media="screen" href=https://tanzhasan.github.io/Learning/main.css />
70+
71+
72+
</head>
73+
74+
75+
<body>
76+
<div class="content">
77+
<header>
78+
<div class="main">
79+
<a href=https:&#x2F;&#x2F;tanzhasan.github.io&#x2F;Learning>Tanz</a>
80+
81+
<div class="socials">
82+
83+
<a rel="me" href="https:&#x2F;&#x2F;github.com&#x2F;TanzHasan" class="social">
84+
<img alt=github src=https://tanzhasan.github.io/Learning/social_icons/github.svg>
85+
</a>
86+
87+
<a rel="me" href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;in&#x2F;tanzir-m-hasan&#x2F;" class="social">
88+
<img alt=linkedin src=https://tanzhasan.github.io/Learning/social_icons/linkedin.svg>
89+
</a>
90+
91+
<a rel="me" href="&#x2F;rss.xml" class="social">
92+
<img alt=rss src=https://tanzhasan.github.io/Learning/social_icons/rss.svg>
93+
</a>
94+
95+
</div>
96+
</div>
97+
98+
<nav>
99+
100+
<a href=https://tanzhasan.github.io/Learning/algos style="margin-left: 0.7em">&#x2F;Algos</a>
101+
102+
<a href=https://tanzhasan.github.io/Learning/langs style="margin-left: 0.7em">&#x2F;Langs</a>
103+
104+
<a href=https://tanzhasan.github.io/Learning/misc style="margin-left: 0.7em">&#x2F;Misc</a>
105+
106+
<a href=https://tanzhasan.github.io/Learning/about style="margin-left: 0.7em">&#x2F;about</a>
107+
108+
109+
110+
<a id="dark-mode-toggle" onclick="toggleTheme(); event.preventDefault();" href="#">
111+
<img src=https://tanzhasan.github.io/Learning/feather/sun.svg id="sun-icon" style="filter: invert(1);" alt="Light" />
112+
<img src=https://tanzhasan.github.io/Learning/feather/moon.svg id="moon-icon" alt="Dark" />
113+
</a>
114+
<script src=https://tanzhasan.github.io/Learning/js/themetoggle.js></script>
115+
116+
</nav>
117+
</header>
118+
119+
120+
121+
122+
123+
<main>
124+
<article>
125+
<div class="title">
126+
127+
128+
<div class="page-header">
129+
About<span class="primary-color" style="font-size: 1.6em">.</span>
130+
</div>
131+
132+
133+
<div class="meta">
134+
135+
136+
137+
</div>
138+
</div>
139+
140+
141+
142+
143+
144+
145+
<h1>Table of Contents</h1>
146+
<ul>
147+
148+
<li>
149+
<a href="https://tanzhasan.github.io/Learning/about/#general">General</a>
150+
151+
</li>
152+
153+
<li>
154+
<a href="https://tanzhasan.github.io/Learning/about/#contact">Contact</a>
155+
156+
</li>
157+
158+
</ul>
159+
160+
161+
162+
<section class="body">
163+
<h1 id="general">General</h1>
164+
<p>My name is Tanz, and I'm a third-year studying Computer Science at NYU.
165+
I'm trying to get better at a lot of things and this is my effort to learn
166+
in public. If you see any errors, additions, please contact me.</p>
167+
<h1 id="contact">Contact</h1>
168+
<p>Github: <a href="https://github.com/TanzHasan">https://github.com/TanzHasan</a></p>
169+
<p>Email: tanzhasanwork@gmail.com</p>
170+
<p>Discord: tanzhere</p>
171+
172+
</section>
173+
174+
175+
176+
</article>
177+
</main>
178+
179+
180+
</div>
181+
</body>
182+
183+
</html>

0 commit comments

Comments
 (0)