forked from adithyapaib/Neomorphic-PortfolioTemplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
190 lines (181 loc) · 9.39 KB
/
index.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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--The below tag is for browser tab color in phones chrome preffered -->
<meta name="theme-color" content="#f53f2b">
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<!--Type Below the thing that should apear under yoyr name in an Search Engine snipet -->
<meta name="description" content="Portfolio To your site">
<!--Type the your spealizations here -->
<meta name="keywords" content="HTML, CSS, JavaScript, wavify.js, Developer">
<!--Write your name below -->
<meta name="author" content="Adithya Pai B">
<!--Add a square image of yours -->
<link rel="shortcut icon" href="assets/img/aboutme.jpg" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- This is the main compiled scss file-->
<link rel="stylesheet" href="assets/css/main.css">
<!--Css file for Icons use in skill section -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/devicons/devicon@master/devicon.min.css">
<!--Font awesome (Best Icons site ) -->
<script src="https://kit.fontawesome.com/4019246ab4.js" crossorigin="anonymous"></script>
<!--For Css Animations in the site -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css" />
<!--Enter your Name here and Speacializations so that ur site will be easily available on search engines-->
<title>Adithya Pai | Web designer</title>
</head>
<body>
<!--Landing div-->
<div class="landing">
<!--Make sure that the image u add here is a square image and for best performance compress the image -->
<div class="img animate__animated animate__slideInDown wow" data-wow-duration="1.5s" data-wow-delay="0.3s"><img src="assets/img/me.jpg" alt="name photo"></div>
<div class="me animate__animated animate__slideInUp wow" data-wow-duration="1.5s" data-wow-delay="0.3s">
<!--Enter your name here-->
<section class="shortme">
<h2>Adithya Pai</h2>
</section>
<h3 id="typed"></h3>
</div>
</div>
<div class="about">
<div class="title">Portfolio</div>
<div class="card-wrapper">
<div class="box box1 animate__animated animate__slideInLeft wow" data-wow-duration="1s" data-wow-delay="0s"><span> <b>About Me</b></span>
<!--Add a SQUARE IMAGE OF YOURS FOR BEST APPEARENCE (1:1)-->
<img src="assets/img/aboutme.jpg" alt="">
<p>Hey I am Adithya Pai from Mangalore, India.<br>I am currently pursuing my BE in Computer Science. <br> I love to design websites and <b style="color: #f53f2b;">UI/UX</b></p>
<div class="resume"><button type="submit" onclick=" window.open('http:\/\/resume.adithyapai.com', '_blank')">Resume</button></div>
</div>
<div class="box box2 animate__animated animate__slideInUp wow" data-wow-duration="1s" data-wow-delay="0.37s"> <span><b>Skills</b></span>
<br> <span> Programming</span>
<ul class="mainlist">
<!--U can use Fontawsome icons here-->
<ul class="sublist">
<li class="icon"><i class="devicon-c-plain-wordmark"></i></li>
<li>C</li>
</ul>
<ul class="sublist">
<li class="icon"><i class="devicon-cplusplus-plain-wordmark"></i></li>
<li>C++</li>
</ul>
<ul class="sublist">
<li class="icon"><i class="devicon-python-plain-wordmark"></i></li>
<li>Python</li>
</ul>
<ul class="sublist">
<li class="icon"><i class="devicon-java-plain-wordmark"></i></li>
<li>Java</li>
</ul>
</ul><span style="width: 100%; text-align: center;">Design</span>
<ul class="mainlist">
<!--USE ICONS FROM ICONS8 OF SIZE 48PX FOR BEST APPEARANCE -->
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/48/000000/adobe-illustrator.png" alt="illustrator" /></li>
<li>Illustrator</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/48/000000/adobe-photoshop.png" alt="Photoshop" /></li>
<li>Photoshop</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/48/000000/adobe-xd.png" alt="adobe xd" /></li>
<li>XD</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/48/000000/figma.png" alt="figma" /></li>
<li>Figma</li>
</ul>
</ul>
<span>Tools</span>
<ul class="mainlist">
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/32/000000/git.png" alt="git" /></li>
<li>Git</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/32/000000/github.png" alt="github" /></li>
<li>Github</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/carbon-copy/32/000000/visual-studio-code-2019.png" alt="vscode" /></li>
<li>VS Code</li>
</ul>
<ul class="sublist">
<li class="icon"><img src="https://img.icons8.com/windows/32/000000/gitlab.png" alt="gitlab"></li>
<li>Gitlab</li>
</ul>
</ul>
</div>
<div class="box box3 animate__animated animate__slideInRight wow" data-wow-duration="1s" data-wow-delay="0.75s">
<div>
<ul>
<!--Enter your profile links here-->
<li class=""><a href="https://github.com/adithyapaib" target="_blank"><i class="fab fa-github iconn"></i></a></li>
<li><a href="https://www.linkedin.com/in/adithyapaib" target="_blank"><i class="fab fa-linkedin-in iconn"></i></a></li>
<li><a href="mail:paiadithya26@gmail.com" target="_blank"><i class="fas fa-at iconn"></i></a></li>
<li><a href="https://twitter.com/adithyapaib" target="_blank"><i class="fab fa-twitter iconn"></i></a></li>
</ul>
</div>
<div class="footer">Made with ❤️ by <a href="https://adithyapai.com">Adithya Pai</a></div>
</div>
</div>
<!--TypedJs -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11"></script>
<script>
//Enter your specilizations here
var typed = new Typed("#typed", {
strings: ['Programmer', 'Engineer', 'Gamer ', 'Designer'],
typeSpeed: 50,
smartBackspace: true,
backSpeed: 35,
loop: true,
showCursor: false,
});
</script>
<!--Wow js is for aniamtion on scroll-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/wow/1.1.2/wow.min.js" integrity="sha512-Eak/29OTpb36LLo2r47IpVzPBLXnAMPAVypbSZiZ4Qkf8p/7S/XRG5xp7OKWPPYfJT6metI+IORkR5G8F900+g==" crossorigin="anonymous"></script>
<script>
new WOW().init();
</script>
<!--Dont forget to follow me and star the repo on github !!!!!!!-->
<!-- Code injected by live-server -->
<script>
// <![CDATA[ <-- For SVG support
if ('WebSocket' in window) {
(function () {
function refreshCSS() {
var sheets = [].slice.call(document.getElementsByTagName("link"));
var head = document.getElementsByTagName("head")[0];
for (var i = 0; i < sheets.length; ++i) {
var elem = sheets[i];
var parent = elem.parentElement || head;
parent.removeChild(elem);
var rel = elem.rel;
if (elem.href && typeof rel != "string" || rel.length == 0 || rel.toLowerCase() == "stylesheet") {
var url = elem.href.replace(/(&|\?)_cacheOverride=\d+/, '');
elem.href = url + (url.indexOf('?') >= 0 ? '&' : '?') + '_cacheOverride=' + (new Date().valueOf());
}
parent.appendChild(elem);
}
}
var protocol = window.location.protocol === 'http:' ? 'ws://' : 'wss://';
var address = protocol + window.location.host + window.location.pathname + '/ws';
var socket = new WebSocket(address);
socket.onmessage = function (msg) {
if (msg.data == 'reload') window.location.reload();
else if (msg.data == 'refreshcss') refreshCSS();
};
if (sessionStorage && !sessionStorage.getItem('IsThisFirstTime_Log_From_LiveServer')) {
console.log('Live reload enabled.');
sessionStorage.setItem('IsThisFirstTime_Log_From_LiveServer', true);
}
})();
}
else {
console.error('Upgrade your browser. This Browser is NOT supported WebSocket for Live-Reloading.');
}
// ]]>
</script>
</body>
</html>