forked from smaranjitghose/awesome-portfolio-websites
-
Notifications
You must be signed in to change notification settings - Fork 0
/
research.html
104 lines (93 loc) · 5.17 KB
/
research.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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<title>John Doe | Research</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords"
content="free portfolio template,portfolio template, portfolio website template, open source, open sourcing, contributing to open source" />
<meta name="description"
content="This project serves free and beautiful portfolio template for everyone. The sole aim of this project is to help all those who are not sure or face difficulties while trying to create the perfect portfolio for themselves. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world." />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-167979537-2"></script>
<!-- Fetching our Google Tag Manager -->
<!-- Robot.txt -->
<meta name="robots" content="index,follow" />
<meta name="Googlebot" content="index,follow" />
<meta name="AdsBot-Google" content="index,follow" />
<meta property="og:site_name" content="https://portfolio.smaranjitghose.codes/research.html">
<meta property="og:title" content="John Doe | Research">
<meta property="og:description"
content="This project serves free and beautiful portfolio template for everyone. Anyone can showcase their work including moocs, education, projects, experience,etc. to the world.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://portfolio.smaranjitghose.codes/research.html">
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="https://portfolio.smaranjitghose.codes/research.html">
<meta name="application-name" content="John Doe | Research" />
<meta name="apple-mobile-web-app-title" content="John Doe | Research" />
<meta name="summary"
content="An open source project aimed at providing free and beautiful templates to everyone for building their portfolio websites and showcase their work to the world." />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1/css/academicons.min.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap" rel="stylesheet">
<!--Import animation.css-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<script src='https://kit.fontawesome.com/a076d05399.js'></script>
<link rel="stylesheet" type="text/css" href="assets/css/research.css" />
<link rel="stylesheet" type="text/css" href="assets/css/style.css" />
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
<link rel="icon" href="assets/images/favicon.png" type="image/png"> <!--Favicon-->
<!--For Dark/Light mode Toggle-->
<script src="https://code.iconify.design/1/1.0.4/iconify.min.js"></script>
<!--for close button of cite popup-->
<!-- <script>
$('a[href="#"]').live("click", function(e) {
return false;
e.preventDefault();
});
</script> -->
</head>
<body>
<!--Dynamic Nav Bar-->
<div class="container research-upper pt-5" style="width: 100%; min-height: 80%;">
<section class="txt-bottom">
<div class="px-3 pt-5">
<div class="row text-dark">
<div
class="col-md-6 d-flex mt-5 flex-column text-center justify-content-center animate__animated animate__zoomIn animate__delay-1s">
<h2 class="main-heading mb-0 head-upper">Research</h2>
<p class="pre-heading p-upper font-weight-bolder"
class="mb-0 mt-3 text-center animate__animated animate__zoomIn animate__delay-2s">
My area of interests are AI, Blockchain, Machine Learning and Computer Vision.
</p>
</div>
<div class="col-md-6" style="margin-top: 45px;">
<img class="img-fluid d-block img-fluid d-block animate__animated animate__zoomIn animate__delay-1s" src="
./assets/images/research-page/research1.svg">
</div>
</div>
</div>
</section>
<div class="researchMainWrapper">
<div class="container">
<div class="researchDetails">
<table id="researchDetailsTable">
<tbody class="main">
<!--Fetch data from research.js-->
</tbody>
</table>
</div>
</div>
</div>
</div>
<!-- Dynamic footer section -->
<!-- script -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="assets/js/app.js"></script>
<script src="assets/js/research.js"></script>
</body>
</html>