Skip to content

Commit

Permalink
[V2.0] Updated Blog Section, Coming soon page, and Resume
Browse files Browse the repository at this point in the history
  • Loading branch information
inboxpraveen committed Nov 5, 2023
1 parent bd5c428 commit c71ed13
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 4 deletions.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<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</title>
<title>Praveen Kumar - Blogs</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />

Expand Down
62 changes: 61 additions & 1 deletion blogs/nlp/1.html
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&amp;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>
1 change: 0 additions & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ <h2 class="fw-bolder">LLM Minutes of Meeting</h2>
</section> -->

<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">Projects</span></h1>
Expand Down
2 changes: 1 addition & 1 deletion resume.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ <h1 class="display-5 fw-bolder mb-0"><span class="text-gradient d-inline">Resume
<h2 class="text-primary fw-bolder mb-0">Experience</h2>
<!-- Download resume button-->
<!-- Note: Set the link href target to a PDF file within your project-->
<a class="btn btn-primary px-4 py-3" href="#!">
<a class="btn btn-primary px-4 py-3" href="resume/Resume - Oct 2023.pdf">
<div class="d-inline-block bi bi-download me-2"></div>
Resume
</a>
Expand Down
Binary file added resume/Praveen-Resume-October-2023.pdf
Binary file not shown.

0 comments on commit c71ed13

Please sign in to comment.