forked from Sbiswas001/Student-Portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sutanusaha.html
81 lines (75 loc) · 4.26 KB
/
sutanusaha.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sutanu Saha</title>
<link rel="stylesheet" href="assets/css/sutanusaha.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" integrity="sha512-z3gLpd7yknf1YoNbCzqRKc4qyor8gaKU1qmn+CShxbuBusANI9QpRohGBreCFkKxLhei6S9CQXFEbbKuqLg0DA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header class="header-background">
<nav>
<ul>
<li><a href="#home">HOME</a></li>
<li><a href="#about">ABOUT</a></li>
<li><a href="#portfolio">PORTFOLIO</a></li>
<li><a href="#contact">CONTACT</a></li>
</ul>
</nav>
</header>
<main>
<section id="home">
<center>
<div class="header-content">
<img src="assets/images/sutanusaha/hc_photo.jpg" alt="Profile Photo of Sutanu">
</div>
<h1>Welcome</h1>
<h1>Hi, I'm Sutanu Saha</h1>
<p>Full Stack Developer | Designer | Cyber Security Enthusiast </p>
</center>
</section>
<section id="about">
<h2>~ About Me ~</h2>
<img src="assets/images/sutanusaha/profile_photo.jpg" alt="Sutanu's profile" class="profile-photo">
<p>
Hi there!
I'm Sutanu Saha, an undergraduate student in Computer Science and Engineering from India. My passion lies in software development, with a particular focus on Java, Kotlin, and data structures and algorithms (DSA).Apart from that I've a keen interests in Cyber Security and Network Security . I love diving into code and exploring new technologies.
On my GitHub profile, you'll find a range of projects that I've worked on.
My interests extend to Android app development, and I enjoy collaborating on open-source projects. I actively contribute to my GitHub repositories and engage with the developer community on LinkedIn and other platforms. Connecting with other developers and sharing knowledge is something I find incredibly rewarding.
Feel free to check out my projects on GitHub, and let's connect if you share similar interests or have any questions!
</p>
</section>
<section id="portfolio">
<h2><center>~ My Work ~</center></h2>
<div class="project" id="project1">
<h3><a href="https://github.com/sutanusaha1920/NumplexApp">Step Tracker</a></h3>
<p>This is an ongoing project that I'm really excited about. It's related to fitness tracking, and I'm constantly working on new features and improvements.</p>
</div>
<div class="project" id="project2">
<h3><a href="https://github.com/sutanusaha1920/NumplexApp">Numplex App</a></h3>
<p>This app, developed in Kotlin, allows users to analyze and manipulate numerical properties. It's a fun project that combines my love for numbers and programming.</p>
</div>
</section>
<section id="contact">
<h2><center>~ Contact Me ~</center></h2>
<form>
<label for="name">Name:</label>
<input type="text" id="name" name="name" required>
<label for="email">Email:</label>
<input type="email" id="email" name="email" required>
<label for="message">Message:</label>
<textarea id="message" name="message" required></textarea>
<button type="submit">Send</button>
</form>
</section>
</main>
<hr style="color:gray;background-color:gray">
<footer>
<p><u>Socials</u></p>
<p><a href="https://github.com/sutanusaha1920"><i class="fa-brands fa-github fa-xl" style="margin-right: 10px;"></i></a>
<a href="https://www.linkedin.com/in/sutanu-saha-b89b87292?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app"><i class="fa-brands fa-linkedin fa-xl"></i></a></p>
<p>Copyright (c) 2024 Sutanu Saha -- All Rights Reserved</p>
</footer>
</body>
</html>