Skip to content

'add-student-profile' #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: development
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 72 additions & 0 deletions batches/2021/career-camp-pro-sept-20/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
<html lang="en">

<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">

<!--CSS-->
<link rel="stylesheet" href="../../../assets/css/style.css">
<!--Favicon-->
<link rel="shortcut icon" href="../../../assets/img/favicon.ico">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="../../../assets/libs/bootstrap/bootstrap.min.css">

<title>Full Stack Web Development With Node.js, 1 February 2020 | Wall of Developers </title>
</head>

<body>

<div>

<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a class="navbar-brand" href="#">
<img src="../../../assets/img/CNLOGO.svg" class="cn-logo" > &nbsp;| Wall of Developers
</a>
</nav>

<nav aria-label="breadcrumb">
<ol class="breadcrumb">
<li class="breadcrumb-item">
<a href="../../../index.html">
Home
</a>
</li>
<li class="breadcrumb-item active" aria-current="page">
Career Camp Ninjas Pro, 15 September 2020
</li>
</ol>
</nav>

</div>

<div class="container">

<div class="row align-items-end p-3">

<div class="col">
<div class="card card-width">
<a href="https://mananvijay.github.io/resume_manan/" target='_blank' class="no-text-decoration">
<div class="img-height-div">
<img src="./students/manan-vijay/assets/images/manan.jpg" class="card-img-top" alt="profile-pic">
</div>
<div class="card-body pr-0 pl-0 pt-2 pb-2 card-body-student">
<p class="card-text text-center">
<span class="black">Manan Vijayvargiya</span>
<br><small class="small-font grey">Interested in Data Structures and Web-Development. Looking for a/an Job/Internship opportunities</small>
</p>
</div>
</a>
</div>
</div>

</div>

</div>

<script src="../../../assets/libs/jquery/jquery-3.4.1.slim.min.js"></script>
<script src="../../../assets/libs/popper/popper.min.js"></script>
<script src="../../../assets/libs/bootstrap/bootstrap.min.js"></script>

</body>
</html>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,32 @@

<div class="container mt-3">

<div class="month mt-5">
<div class="month-header">
<h5>September, 2020</h5>
</div>
<div class="row">

<div class="col-sm-6 col-md-3">
<div class="card">
<div class="card-body">
<p class="card-text">Career Camp</p>
<p>
<small>15 September, 2020</small>
</p>
<a href="./batches/2021/career-camp-pro-sept-20/index.html"
class="btn btn-light btn-sm">Students</a>
</div>
</div>
</div>

</div>
</div>

<div class="row my-3">
<hr class="col-sm-12" />
</div>

<div class="month mt-5">
<div class="month-header">
<h5>March, 2020</h5>
Expand Down