-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (94 loc) · 3.17 KB
/
Copy pathindex.html
File metadata and controls
102 lines (94 loc) · 3.17 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Aadish's Portfolio</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/css/materialize.min.css"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/icon?family=Material+Icons"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Architects+Daughter|Roboto&subset=latin,devanagari"
/>
<link
rel="stylesheet"
href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css"
/>
<link rel="stylesheet" href="/css/main.css" />
</head>
<body>
<!-- partial:index.partial.html -->
<body class="welcome">
<span id="splash-overlay" class="splash"></span>
<span id="welcome" class="z-depth-4"></span>
<header class="navbar-fixed">
<nav class="row deep-purple darken-3">
<div class="col s12">
<ul class="right">
<li class="right">
<a
href="https://www.linkedin.com/in/aadish-sharma/"
target="_blank"
class="fa fa-linkedin-square fa-2x waves-effect waves-light"
><span class="icon-text"></span
></a>
</li>
<li class="right">
<a
href="https://github.com/sharmaaadish"
target="_blank"
class="fa fa-github-square fa-2x waves-effect waves-light"
><span class="icon-text"></span
></a>
</li>
</ul>
</div>
</nav>
</header>
<main class="valign-wrapper">
<span class="container grey-text text-lighten-1">
<p class="flow-text">Welcome to</p>
<h1 class="title grey-text text-lighten-3">Aadish's Portfolio</h1>
<blockquote class="flow-text">Bookmark for future.</blockquote>
<div class="center-align"></div>
</span>
</main>
<div class="fixed-action-btn">
<a
href="#message"
class="modal-trigger btn btn-large btn-floating amber waves-effect waves-light"
>
<i class="large material-icons">message</i>
</a>
</div>
<div id="message" class="modal modal-fixed-footer">
<div class="modal-content">
<h4>Contact</h4>
<p>coming soon...</p>
</div>
<div class="modal-footer">
<a href="" class="modal-action modal-close waves-effect btn-flat"
>close</a
>
</div>
</div>
<footer class="page-footer deep-purple darken-3">
<div class="footer-copyright deep-purple darken-4">
<div class="container">
<time datetime="{{ site.time | date: '%Y' }}"
>© 2023 Copyright</time
>
</div>
</div>
</footer>
</body>
<!-- partial -->
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.6/js/materialize.min.js"></script>
</body>
</html>