-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
81 lines (81 loc) · 3.93 KB
/
index2.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">
<link rel="stylesheet" href="kshitizcss/header.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="kshitizcss/text.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" href="kshitizcss/skill.css">
<title>Document</title>
</head>
<body>
<header>
<div class="flex1">
<div class="name">
Kshitiz Goel
</div>
<div class="nav-list">
<div>
<button style="background-color: transparent; border: none; font-size: 20px;" onclick="scrollWin1();">
About
</button>
</div>
<div>
<button style="background-color: transparent; border: none; font-size: 20px;" onclick="scrollWin();">
GAME
</button>
</div>
</div>
</div>
</header>
<main id="my-main">
<div id="MainHeading">Unlock your potential: Code today, change the world tomorrow!</div>
<div class="intro-to-Edu">
<p >
Welcome to my corner of the web! I’m Kshitiz Goel,
a passionate programmer with a flair for both Java and Python.
With a keen interest in crafting efficient solutions and exploring
innovative technologies, I thrive on transforming complex challenges
into elegant code. Whether it’s developing dynamic web applications or
diving into data analysis, I’m dedicated to continuous learning and growth
in the ever-evolving tech landscape. Join me on my journey as I share insights,
projects, and the joy of programming!
</p>
</div>
<div><Button id ="Knowmore" onclick="scrollWin();"><i class="fa-solid fa-arrow-down"></i> Know more</Button></div>
<section id="MineImage"><img src="wevpicture/kshitiz.jpeg" id="Image"></section>
</main>
<section class="skill">
<div class="allabout">
<img src="wevpicture/images.png" class="html">
<div class="skillabout">
Proficient in crafting semantic and responsive HTML5 structures, ensuring optimal accessibility and user experience across diverse devices.
</div>
</div>
<div class="allabout">
<img src="wevpicture/images (2).png" class="css">
<div class="skillabout">
Skilled in creating visually engaging and responsive designs using advanced CSS techniques, including Flexbox, Grid, and animations for enhanced user experiences.
</div>
</div>
<div class="allabout">
<img src="wevpicture/images (1).png" class="java">
<div class="skillabout">
Experienced in Java development, adept at building robust applications using object-oriented programming principles and frameworks like Spring and Hibernate to enhance performance
</div>
</div>
<div class="allabout">
<img src="wevpicture/images.jpeg" class="Python">
<div class="skillabout">
Proficient in Python for data analysis and automation, with experience in leveraging libraries like Pandas, NumPy, and Matplotlib to drive insights and streamline workflows.
</div>
</div>
</section>
<p style="padding-left: 50px;">GAME: <a href="https://kshitizgopal.github.io/rock-paper-scissors/index.html" target="_blank">Rock Paper Scissors</a></p>
<script src="script/scroll.js"></script>
</body>
</html>