-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
63 lines (55 loc) · 1.93 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/specifics.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Portfolio of Pragyanur Saikia</title>
</head>
<body style="overflow: hidden; padding-top: 0px;">
<div class="header">
<div class="fixed" id="title">
<a href="pages/all_projects.html">PORTFOLIO</a> of <a href="pages/resume.html">PRAGYANUR</a>
</div>
</div>
<!-- <img class="LOGO" src="store/logo.jpeg" alt="logo" height="100" width="100"> -->
<div class="sectionContainer">
<div class="section" id="art">
<div>
<h1>ART</h1>
<h4>Logo/Graphic Design</h4>
<h4>Concept Art</h4>
<h4>2D & 3D Animation</h4>
<h4>Comic</h4>
<h4>NFT Art</h4>
</div>
</div>
<div class="section" id="code">
<div>
<h1>CODE</h1>
<h4>Web Development</h4>
<h4>Machine Learning</h4>
<h4>Logic Programming</h4>
<h4>Computer Graphics</h4>
<h4>Visual Math</h4>
</div>
</div>
</div>
<div id="myModal" class="modal">
<div class="modal-content">
<h1 class="fa fa-envelope"></h1>
<a href="mailto: pragyanur.babu@gmail.com">pragyanur.babu@gmail.com</a>
<h1 class="fa fa-close"></h1>
</div>
</div>
<div class="footer">
<div class="fixed" id="contact">
<a id="myBtn">CONTACT</a>
</div>
</div>
<script src="scripts/script.js"></script>
<script src="../scripts/sketch-04.js"></script>
</body>
</html>