-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
92 lines (91 loc) · 4.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bhavin Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.css">
</head>
<body>
<div id="nav">
<h3><b>Bhavin</b> portfolio</h3>
<button>BR</button>
</div>
<div id="main">
<div id="page">
<div id="loop">
<h1><b>Bhavin </b>Raut<b><i> </i></b> <span>personal portfolio</span> and Information...<span><i></i></span></h1>
<h1><b>Bhavin </b>Raut<b><i> </i></b> <span>personal portfolio</span> and Information...<span><i></i></span></h1>
<h1><b>Bhavin </b>Raut<b><i> </i></b> <span>personal portfolio</span> and Information...<span><i></i></span></h1>
</div>
<h3>This is made and modified by <br> Bhavin Raut... <br> I had taken this idea from <br> @cyberfiction website</h3>
<br> <h4>scroll to explore more</h4>
<canvas> </canvas>
</div>
<div id="page1">
<div id="right-text">
<h2>Full stack development</h2>
<h1>Mongodb
<br>
express.js
<br>
angular
<br>
node.js </h1>
</div>
<div id="left-text">
<h1>M
<br>
E
<br>
A
<br>N
</h1>
<h3>full stack developer beginner
<br>
and web designer
</h3>
</div>
</div>
<div id="page2">
<div id="text1">
<h1> Educational details</h1>
<h2>BCOM with Computer Application </h2>
<br><h3>pursuing for Masters In computer Applications</h3>
</div>
<div id="text2">
<h1><b> SKILLS</b></h1> <br><p>HTML5 , CSS3 , JQUERY ,BOOTSTRAP And JAVASCRIPT <br> as well as MEAN FUll stack.........<br> I am a Quick Learner.. <br> </p>
</div>
</div>
<div id="page3">
<div id="right-text1">
<h1>My Experiance</h1>
<h2>SIEMENS</h2>
<h3> <i>supervisor</i></h3>
<h4><p> I was working on contract basis, <br> For Siemens project in ONGC neelam platform.</p> </h4>
<h5><ul><li>I learn many volunteering skillls from that job.</li>
<li>i learn how to co-operate with co-workers.</li>
<li>And Managerial Skills.</li>
</ul>
</h5>
</div>
<div id="text3">
<h1><i>Social Media</i></h1>
<h3>
Insta- @bhavin_raut
<br>
linkedin- <a href="http://wwww.linkedin.com/in/bhavin-raut">@bhavin-raut</a>
<br>
Gmail - <a href="mailto:[email protected]">[email protected]</a>
</h3>
</div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/locomotive-scroll.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/gsap.min.js" integrity="sha512-cOH8ndwGgPo+K7pTvMrqYbmI8u8k6Sho3js0gOqVWTmQMlLIi6TbqGWRTpf1ga8ci9H3iPsvDLr4X7xwhC/+DQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.5/ScrollTrigger.min.js" integrity="sha512-AMl4wfwAmDM1lsQvVBBRHYENn1FR8cfOTpt8QVbb/P55mYOdahHD4LmHM1W55pNe3j/3od8ELzPf/8eNkkjISQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="script.js"></script>
</body>
</html>