-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlearn.php
More file actions
36 lines (33 loc) · 1.59 KB
/
learn.php
File metadata and controls
36 lines (33 loc) · 1.59 KB
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
<?php
require "partials/header.php";
require 'partials/navbar.php';
?>
<body>
<br>
<div class="container ">
<div class="jumbotron" style="background-color: #00DBDE;
background-image: linear-gradient(11deg, #00DBDE 0%, #FC00FF 100%);
">
<h1 class="display-4 font-weight-bold ">
<a class="text-light" href="https://www.linkedin.com/in/devharitwal" target="_blank" rel="noopener noreferrer"> Dev Ratna Haritwal</a>
</h1>
<div>
<p class="lead text-light">The project is the part of The Sparks Foundation Internship #GRIP APRIL 2021
Batch </p>
<p class="font-italic text-light">Pursuing my B.Tech in Computer Science as per now. Willing to work
with an incredibly bright group of people who are devoted to solving issues faced by another bright
group of people and move forward. .</p>
<div class="row">
<div class="col">
<p class="lead d-flex">
<a class="btn text-white btn-md m-1 " style="background-color: black;" target="_blank" rel="noopener noreferrer" href="https://github.com/devharitwal" role="button">GitHub</a>
<a class="btn btn-light btn-md m-1 " target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/devharitwal/" role="button">LinkedIn </a>
</p>
</div>
</div>
</div>
</div>
</div>
<?php
require 'partials/footer.php';
?>