-
Notifications
You must be signed in to change notification settings - Fork 0
/
Portfolio.html
71 lines (66 loc) · 2.93 KB
/
Portfolio.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
</head>
<body style="font-family: Arial, sans-serif;
margin: 0;
padding: 0;">
<header style="background-color: #333;
color: #fff;
text-align: center;
padding: 20px 0;">
<h1 style="margin: 0">SHAIK SOHA</h1>
<p>Web Developer | Designer | Creative Thinker</p>
</header>
<div class="container" style="display: flex;
justify-content: space-between;
max-width: 1200px;
margin: 0 auto;
padding: 20px;">
<section id="bio" style="padding: 20px;
margin-bottom: 30px; float: left;
width: 40%;">
<h2>Bio</h2>
<p >I'm Shaik Soha, a passionate and versatile web developer with a keen interest in crafting beautiful and functional web experiences.
I thrive on transforming ideas into digital realities and believe in the power of technology to make a positive impact.
<p><b>Background:</b> My journey into the world of web development began with a strong foundation in computer science</p>
<p><b>Skills:</b> problem solving, Django, Html, CSS, Javascript, Python, C, OOPs</p>
<p><b>Passion:</b> I approach each project with a blend of creativity, technical expertise, and a user-centric mindset. I'm passionate about staying updated
with emerging technologies and continuously learning to improve my craft.</p>
</section>
<section id="projects" style="margin-bottom: 20px;
padding-bottom: 10px; padding: 20px;
float: right;
width: 45%;">
<h2>Projects</h2>
<div class="project">
<h3>DiseasesInfo</h3>
<p>This project addresses the critical issue of the lack of easily accessible and visually informative information about common diseases and their regional prevalence. Data Visualizer aims to provide a comprehensive and visually intuitive resource that empowers individuals with the knowledge needed to make informed decisions about public health.
<p><b>My role:</b> Backend developer and a part of front-end</p>
<p><b>Technologies used:</b> Django, Power Bi, Html, CSS, Javascript</p></p>
</div>
</section>
<section id="contact" style="padding: 10px;
margin-bottom: 30px;margin-top: 10px; width:30%">
<h2>Contact</h2>
<ul>
<li>Email: [email protected]</li>
<li>Phone: +91 7997005084</li>
<li>LinkedIn: <a href="https://linkedin.com/in/shaik-soha-62459b18a">My LinkedIn Profile</a></li>
<li>GitHub: <a href="https://github.com/SohaSk">My GitHub Profile</a></li>
</ul>
</section>
</div>
<footer style="background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
position: fixed;
bottom: 0;
width: 100%;">
<p>© 2023 Your Name</p>
</footer>
</body>
</html>