-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
81 lines (74 loc) · 3.42 KB
/
about.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>
<!--
Hyperspace by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Gokul Sathiyamurthy Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="internships.html">Work Experience</a></li>
<li><a href="volunteer.html">Volunteer Experience</a></li>
<li><a href="projects.html">Projects</a></li>
<li><a href="Certifications.html">Certifications</a></li>
<li><a href="skills.html">Skills</a></li>
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main" class="wrapper">
<div class="inner">
<h1 class="major">About Myself</h1>
<span class="image right"><img src="images/personal/WhatsApp Image 2024-08-19 at 23.09.35_bb0e84d7.jpg" alt="" /></span>
<p>Hi, I'm Gokul Sathiyamurthy</p>
<p>I'm someone who thrives on challenges, whenever someone tells me something is impossible, my first thought is always "how can I make this possible?" This mindset drives me in both my personal and professional life.</p>
<p>I'm passionate about sports and physical fitness. Cricket is one of my favorite activities, and I also make time to hit the gym for at least an hour every day. </p>
<p>Staying active is an important part of my routine that helps me maintain both physical and mental balance.</p>
<p>On the football field, I play as a defender. While I didn't score many goals in that position, I took pride in preventing the opposition from scoring.</p>
<p>Thinking about it now, it's interesting how that defensive mindset may have influenced my career path—perhaps that's what drew me to become a Defender endpoint expert in cybersecurity!</p>
<p>When I'm not working or playing sports, I enjoy pushing my boundaries and taking on new challenges. I believe growth comes from stepping outside your comfort zone, whether that's in fitness, sports, or professional development.</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<ul class="menu">
<li></S></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>