-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
90 lines (80 loc) · 4.15 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
<!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">
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" type="image/jpg" href="images/favicon.png" />
<title>Home | Saicharan Gouru</title>
</head>
<body>
<nav class="navigation container">
<div class="nav-brand-name">
SaicharanGouru
</div>
<ul class="list-non-bullet nav-pills">
<li class="list-item-inline">
<a class="link link-active" href="index.html">Home</a>
</li>
<li class="list-item-inline">
<a class="link" href="projects.html">Projects</a>
</li>
<li class="list-item-inline">
<a class="link" href="blogs.html">Blogs</a>
</li>
<li class="list-item-inline">
<a class="link" href="about.html">About</a>
</li>
</ul>
</nav>
<header class="hero">
<img class="hero-img" src="images/hero.svg" />
<h1 class="hero-heading">Saicharan Gouru The <span class="hero-inverted">Developer</span></h1>
</header>
<section class="section ow">
<div class="container container-center">
<h1>Profile</h1>
<p>
Driven and highly motivated professional with one year of hands-on experience in the dynamic fieldsof Big Data Analytics and Frontend Development using React.js.<br><br> Experienced in building responsive and user-friendly web applications
using React.js, HTML5, CSS3,and JavaScript. Strong knowledge of UI/UX principles to create intuitive and visually appealing interfaces.<br><br> Proficient in data collection, cleansing, analysis, and visualization using tools such as Hadoop,
Spark,Python and SQL. Skilled in translating complex data into actionable insights to drive informeddecision-making.
</p>
</div>
</section>
<section class="section ">
<div class="container container-center">
<h1>Technologies</h1>
<p><b>Programming Languages : </b>C, Java, Python<br>
<b>Web Development : </b>Html5, CSS3, JavaScript, NodeJS, ReactJS, Web hosting, Github, API Testing, ExpressJS<br>
<b>Database : </b>MongoDB, Oracle Database<br>
<b>Operating System : </b>Windows, Linux<br>
<b>Big data analytics : </b>Apache Hadoop, Apache Spark, Hive, Kafka
</p>
</div>
</section>
<section class="section ow">
<div class="container container-center">
<h1>Projects</h1>
<p style="padding-bottom: 1rem;">I have done pretty interesting projects and I like to showcase my work and thus, you can see my projects hosted online.</p>
<a class="link primary-link" href="projects.html">See Projects</a>
</div>
</section>
<section class="section ">
<div class="container container-center">
<h1>Blogs</h1>
<p style="padding-bottom: 1rem;">I am also working on some technical and non techincal blogs. I like to document my journey of learning.</p>
<a class="link secondary-link" href="blogs.html">Read Blogs</a>
</div>
</section>
<footer class="footer">
<h3 class="footer-heading">social media presence</h3>
<ul class="list-non-bullet">
<li class="list-item-inline"><a class="link" href="https://github.com/saicharan-gouru" target="_blank" rel="noopener noreferrer"><i class="fab fa-github"></i></a></li>
<li class="list-item-inline"><a class="link" href="https://twitter.com/saicharangouru" target="_blank" rel="noopener noreferrer"><i class="fab fa-twitter"></i></a></li>
<li class="list-item-inline"><a class="link" href="https://www.linkedin.com/in/saicharangouru/" target="_blank" rel="noopener noreferrer"><i class="fab fa-linkedin"></i></a></li>
</ul>
</footer>
<script src="https://kit.fontawesome.com/bbba0f11e7.js " crossorigin="anonymous "></script>
</body>
</html>