-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
125 lines (119 loc) · 5.18 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
<!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" />
<script>
var isMobile = /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);
if (isMobile) {
window.location.href = "contactme.html";
}
</script>
<title>Satya_Sasini</title>
<link rel="stylesheet" href="CSS/styles.css" />
<link rel="icon" type="image/x-icon" href="img/favicon.png" />
</head>
<body background="img/bg.jpeg">
<img src="img/dp.jpeg" class="photo" />
<div class="top">
<h1>I'm Satya Prakash Sasini</h1>
<h2>CSE Undergrad</2>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<div class="skill">
<h1 class="Stext">SKILL</h1>
<img src="img/c-logo.png" class="cppPhoto">
<img src="img/sql.png" class = "sql">
<br>
<br>
<img src="img/javaLogo.svg" class="javaPhoto">
<br>
<img src="img/htmlLogo.svg" class="htmlPhoto">
<br>
<img src="img/csslogo.png" class="cssPhoto">
</div>
<div class="blog">
<img src="img/res.png" class="res"/>
<button type="button"></button>
<button type="submit" class="contact" onclick="downloadFile('resources/RESUME 3.docx','RESUME')">RESUME</button>
</div>
<div class="intro">
<p class="self-intro">
I'm Satya Prakash Sasni, an enthusiastic and ambitious undergraduate studying Computer Science and Engineering.
My passion for technology drives me to constantly expand my knowledge and skills. Currently pursuing my degree
in CSE, I'm focused on deepening my expertise in areas such as Data Structures and Algorithms (DSA), SQL,
Operating Systems, and Computer Organization and Architecture (COA). Proficient in programming languages
like C, C++, and Java, my aim is to become a highly skilled Java developer. With a strong foundation in coding
and problem-solving, I actively strive to develop innovative software solutions that can make a positive impact
in the world of technology.
</p>
</div>
<br />
<br />
<br />
<br />
<br />
<br />
<div class="academic">
<h1 class="Atext">Academics</h1>
<h2 class="schoolName">St.Xavier's High School</h2>
<p class="perc">Percentage: 83.8%</p>
<h2 class="collegeName">J.K.B.K Higher Secondary School</h2>
<p class="Cperc">Percentage: 59.8%</p>
<h2 class="btechC">TRIDENT ACADEMY OF TECHNOLOGY</h2>
<p class="Bperc">SGPA: 8.60</p>
</div>
<div class="internship">
<h1 class="Itext">Internship</h1>
<img src="img/opengenus.jpeg" class="opengenus">
<h2 class="intern">Software Developer Intern</h2>
<h3 class="aIntern">I have written several articles there on various algorithms,traffic handling,system design,etc.
I was also assigned an android developement work.</h3>
<a class = "art" href="https://iq.opengenus.org/goal-gradient-effect-in-ux-design/">ATRICLE 1 </a><a class = "art" href="https://iq.opengenus.org/multithreaded-for-loop-in-cpp/">ATRICLE 2 </a><a class = "art" href="https://iq.opengenus.org/thundering-herd-problem/">ARTICLE 3</a>
</div>
<div class="pastExp">
<h1 class="practice">Achievemnts</h1>
<p class="PIC">Got Selected For 12th Project Innovation Contest 2023(In conjuction with 19th ICDCIT 2023)We had made an prototype of
NFT trading platform, where I have contributed in the front-end design and designing the back-end architecture of the application.</p>
<a class = "PICpdf"href = "resources/Proceedings of 12th PIC 2023.pdf#page=179">PUBLICATION</a>
<p class="SIT">Also for the same project was selected to IDEATE NIRMAN 2.0 ORAGNISED by Silicon Institution of Technology,Bhubaneswar</p>
<p class="IIT">Slected For IDE Bootcamp At IIT Bhubaneswar, we have pitched an idea about detecting fake currency with the help of AI and implement it in mobile apps</p>
</div>
<br />
<br />
<br />
<br />
<br />
<div class="links">
<h1 class="publi">PROJECTS</h1>
<iframe src="https://giphy.com/embed/JJKmgrEvchDwbWgSIL" width="40%" height="40%" style="position:absolute" frameBorder="0" class="giphy-embed">
</iframe>
<img src="img/loading.gif" class="loading">
<div class="beep">
<span class="animate-text">Working </span>
<span class="animate-text"> On </span>
<span class="animate-text"> Projects.....</span>
</div>
<button type="submit" class="websq" onclick="window.location.href = 'webSquare/WEBindex.html';">
<div class="animate-rgb"></div>
DEMO PROJECT
</button>
</div>
<script src="script/button1.js"></script>
<footer>
<ul class="social-links">
<li><img src="img/linkedin-logo.png.png" alt="LinkedIn">Satya Prakash Sasini</li>
<li><img src="img/github-logo.png.png" alt="GitHub">SWITCHin2</a></li>
<li><img src="img/GMAIL.png" alt="Gmail">[email protected]</li>
</li>
</ul>
</footer>
</body>
</html>