-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[V2.0] Updated Blog Section, Coming soon page, and Resume
- Loading branch information
1 parent
bd5c428
commit c71ed13
Showing
5 changed files
with
63 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,61 @@ | ||
<h1>Blog NLP Example</h1> | ||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="description" content="" /> | ||
<meta name="author" content="" /> | ||
<title>Praveen Kumar - Projects</title> | ||
|
||
<!-- Favicon--> | ||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" /> | ||
|
||
<!-- Custom Google font--> | ||
<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=Plus+Jakarta+Sans:wght@100;200;300;400;500;600;700;800;900&display=swap" rel="stylesheet" /> | ||
|
||
<!-- Bootstrap icons--> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css" rel="stylesheet" /> | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"> | ||
|
||
<!-- Core theme CSS (includes Bootstrap)--> | ||
<link href="css/styles.css" rel="stylesheet" /> | ||
|
||
</head> | ||
|
||
<body class="d-flex flex-column h-100 bg-light"> | ||
<main class="flex-shrink-0"> | ||
<!-- Navigation--> | ||
<nav class="navbar navbar-expand-lg navbar-light bg-white py-3"> | ||
<div class="container px-5"> | ||
<a class="navbar-brand" href="index.html"><span class="fw-bolder text-primary">Praveen</span></a> | ||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"><span class="navbar-toggler-icon"></span></button> | ||
<div class="collapse navbar-collapse" id="navbarSupportedContent"> | ||
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 small fw-bolder"> | ||
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li> | ||
<li class="nav-item"><a class="nav-link" href="resume.html">Resume</a></li> | ||
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li> | ||
<li class="nav-item"><a class="nav-link" href="../../blog.html">Blogs</a></li> | ||
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
</main> | ||
<section> | ||
|
||
<div class="container py-5"> | ||
<div class="text-center mb-5"> | ||
<h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Updating soon...</span></h1> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Bootstrap core JS--> | ||
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script> | ||
<!-- Core theme JS--> | ||
<script src="js/scripts.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.