-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
106 lines (92 loc) · 4.08 KB
/
news.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
<!DOCTYPE HTML>
<html>
<head>
<title>Mukesh Manral - Updates</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<div id="main">
<div class="inner">
<!-- Header -->
<header id="header">
<a href="index.html" class="logo"><strong>Mukesh Manral</strong>, ex-Data Science Specialist @ Guvi,IITM</a>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/mukesh-manral" class="icon fa-linkedin"><span class="label">Linkedin</span></a></li>
<li><a href="https://github.com/MvMukesh" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.youtube.com/@manralai" class="icon fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://medium.com/@manralai/lists" class="icon fa-medium"><span class="label">Medium</span></a></li>
<li><a href="https://www.linkedin.com/newsletters/6872441622500585472/" class="icon fa-newspaper-o"><span class="label">NewsLetter</span></a></li>
</ul>
</header>
<!-- Content -->
<section>
<header class="main">
<h1>Updates</h1>
</header>
<h2 id="oeis">Articles Today</h2>
<h4>Description:</h4>
<p>
zibris
</p>
<ul class="actions">
<li><a href="https://add.link.here" class="button"> here</a></li>
</ul>
<hr class="major" />
<h2 id="leetcode">Video Today</h2>
<h4>Description:</h4>
<dl>
<dt>Problem</dt>
<dd>
<p>
[<a href="https://problems/">View problems her</a>] Problem Crux.
</p>
</dd>
<dt>Solution</dt>
<dd>
<p>
[<a href="https://discuss.s">Discussion</a>](Most Views/Upvotes)<br />
</p>
</dd>
<ul class="actions">
<li><a href="https://add.link.here" class="button"> here</a></li>
</ul>
</dl>
</section>
</div>
</div>
<!-- Sidebar -->
<div id="sidebar">
<div class="inner">
<!-- Menu -->
<nav id="menu">
<ul>
<li><a href="index.html">Homepage</a></li>
<li><a href="book.html">Books-Tutorials</a></li>
<li><a href="article.html">Ai (Articles+Letters)</a></li>
<li><a href="honor.html">OpenSource Projects</a></li>
<li><a href="certificate.html">Certificates</a></li>
<li><a href="news.html">Updates</a></li>
</ul>
</nav>
<!-- Footer -->
<footer id="footer">
<p class="copyright">Mukesh Manral © All rights reserved.<br/>
Updated On: <a>29-10-2023</a>.
</p>
</footer>
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>