Atulsinghbirla commited on
Commit
c74f857
·
verified ·
1 Parent(s): a0b6b47

Upload 18 files

Browse files
Files changed (19) hide show
  1. .gitattributes +5 -0
  2. blog.html +51 -0
  3. contact.html +60 -0
  4. cros.png +0 -0
  5. cv.pdf +3 -0
  6. dev.png +3 -0
  7. dev2.png +0 -0
  8. dummy.jpg +0 -0
  9. highlight.html +41 -0
  10. hum.png +0 -0
  11. index.html +50 -19
  12. intro.html +44 -0
  13. profile1.png +3 -0
  14. profile2.png +3 -0
  15. profile3.png +3 -0
  16. projects.html +53 -0
  17. script.js +30 -0
  18. style.css +374 -28
  19. style2.css +45 -0
.gitattributes CHANGED
@@ -33,3 +33,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ cv.pdf filter=lfs diff=lfs merge=lfs -text
37
+ dev.png filter=lfs diff=lfs merge=lfs -text
38
+ profile1.png filter=lfs diff=lfs merge=lfs -text
39
+ profile2.png filter=lfs diff=lfs merge=lfs -text
40
+ profile3.png filter=lfs diff=lfs merge=lfs -text
blog.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Atul Singh - Blog</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html">Home</a></li>
17
+ <li><a href="intro.html">About</a></li>
18
+ <li><a href="projects.html">Projects</a></li>
19
+ <li><a href="contact.html">Contact</a></li>
20
+ <li><a href="blog.html" class="active">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="hamburger">
26
+ <i class="fas fa-bars hum"></i>
27
+ <i class="fas fa-times cros"></i>
28
+ </div>
29
+ <div class="blog">
30
+ <h2>Blog by Atul</h2>
31
+ <div class="blogitem">
32
+ <h3>Mastering JavaScript in 2025</h3>
33
+ <p>JavaScript continues to evolve with modern frameworks and ES modules. In this post, I explore the latest trends in JavaScript development and share tips for building efficient web apps.</p>
34
+ <button class="btn btn-sm">Read More</button>
35
+ </div>
36
+ <div class="blogitem">
37
+ <h3>Responsive Design with CSS</h3>
38
+ <p>Learn how to create responsive layouts using CSS Grid and Flexbox. This article covers practical examples and best practices for mobile-first design.</p>
39
+ <button class="btn btn-sm">Read More</button>
40
+ </div>
41
+ <div class="blogitem">
42
+ <h3>Why Learn Python?</h3>
43
+ <p>Python is a versatile language for web development, data science, and automation. I share my journey of learning Python and its applications in my projects.</p>
44
+ <button class="btn btn-sm">Read More</button>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ <script src="script.js"></script>
50
+ </body>
51
+ </html>
contact.html ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Atul Singh - Contact</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html">Home</a></li>
17
+ <li><a href="intro.html">About</a></li>
18
+ <li><a href="projects.html">Projects</a></li>
19
+ <li><a href="contact.html" class="active">Contact</a></li>
20
+ <li><a href="blog.html">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="hamburger">
26
+ <i class="fas fa-bars hum"></i>
27
+ <i class="fas fa-times cros"></i>
28
+ </div>
29
+ <div class="contactform">
30
+ <h2>Contact Me</h2>
31
+ <form id="contactForm">
32
+ <div class="mb-3">
33
+ <label for="yourname" class="form-label">Name</label>
34
+ <input type="text" class="form-control" id="yourname" required>
35
+ </div>
36
+ <div class="mb-3">
37
+ <label for="youremail" class="form-label">Email Address</label>
38
+ <input type="email" class="form-control" id="youremail" required>
39
+ <div class="form-text">Your email will remain confidential.</div>
40
+ </div>
41
+ <div class="mb-3">
42
+ <label for="yourphone" class="form-label">Phone</label>
43
+ <input type="tel" class="form-control" id="yourphone" required>
44
+ </div>
45
+ <div class="mb-3">
46
+ <label for="yourmessage" class="form-label">Message</label>
47
+ <textarea class="form-control" id="yourmessage" rows="4" required></textarea>
48
+ </div>
49
+ <div class="mb-3 form-check">
50
+ <input type="checkbox" class="form-check-input" id="isclient">
51
+ <label class="form-check-label" for="isclient">Interested in a project collaboration</label>
52
+ </div>
53
+ <button type="submit" class="btn btn-primary">Submit</button>
54
+ </form>
55
+ </div>
56
+ </div>
57
+ </div>
58
+ <script src="script.js"></script>
59
+ </body>
60
+ </html>
cros.png ADDED
cv.pdf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2ccafa0adc989066ff48d885aa6be945ab55419651149fd261d669fcaffd0ec
3
+ size 219624
dev.png ADDED

Git LFS Details

  • SHA256: 0fef7139bba48a81e66e74fe1e6cccebae9431cde91a464868912a08ac59143f
  • Pointer size: 131 Bytes
  • Size of remote file: 164 kB
dev2.png ADDED
dummy.jpg ADDED
highlight.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="utf-8">
5
+ <meta http-equiv="x-ua-compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>personel.portfolio.web</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html">Home</a></li>
17
+ <li><a href="intro.html">Intro</a></li>
18
+ <li><a href="highlight.html">Highlight</a></li>
19
+ <li><a href="contact.html">Contact Me</a></li>
20
+ <li><a href="blog.html">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="info">
26
+ <div class="devinfo">
27
+ <div class="Hello">Hi i'm</div>
28
+ <div class="Name"> Atul singh</div>
29
+ <div class="About">Devloper,Blogger,Gamer</div>
30
+ <div class="Aboutmore"> Heloo! guys my name is Atul. And i am a Devloper,Blogger and Gamer<br> i'm from Saharanpur UttarPredesh(west 247451).<br>THANK you</div>
31
+ <div class="buttons">
32
+ <button>Download CV</button>
33
+ <button>Contact Me</button>
34
+ </div>
35
+ </div>
36
+ <div class="devpic"><img src="dev2.png" alt="shaktimaan"></div>
37
+ </div>
38
+ </div>
39
+ </div>
40
+ </body>
41
+ </html>
hum.png ADDED
index.html CHANGED
@@ -1,19 +1,50 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Atul Singh - Portfolio</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html" class="active">Home</a></li>
17
+ <li><a href="intro.html">About</a></li>
18
+ <li><a href="projects.html">Projects</a></li>
19
+ <li><a href="contact.html">Contact</a></li>
20
+ <li><a href="blog.html">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="hamburger">
26
+ <i class="fas fa-bars hum"></i>
27
+ <i class="fas fa-times cros"></i>
28
+ </div>
29
+ <div class="info">
30
+ <div class="devinfo">
31
+ <div class="Hello">Hi, I'm</div>
32
+ <div class="Name">Atul Singh</div>
33
+ <div class="About">Web Developer</div>
34
+ <div class="Aboutmore">
35
+ Hello! I'm Atul Singh Birla, a recent BCA graduate from Saharanpur, Uttar Pradesh (247451).
36
+ I am currently pursuing AI/ML industrial training at NIELIT Ropar, where I am honing my skills in Python, Pandas, NumPy, and technologies like YOLOv11, Unity, data annotation, and curation.
37
+ I also have expertise in front-end web development with HTML, CSS, and JavaScript. Explore my projects or contact me for collaboration opportunities!
38
+ </div>
39
+ <div class="buttons">
40
+ <a href="cv.pdf" src=""><button class="btn">Download CV</button></a>
41
+ <a href="contact.html"><button class="btn">Contact Me</button></a>
42
+ </div>
43
+ </div>
44
+ <div class="devpic"><img src="dev2.png" alt="Atul Singh"></div>
45
+ </div>
46
+ </div>
47
+ </div>
48
+ <script src="script.js"></script>
49
+ </body>
50
+ </html>
intro.html ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Atul Singh - About</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html">Home</a></li>
17
+ <li><a href="intro.html" class="active">About</a></li>
18
+ <li><a href="projects.html">Projects</a></li>
19
+ <li><a href="contact.html">Contact</a></li>
20
+ <li><a href="blog.html">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="hamburger">
26
+ <i class="fas fa-bars hum"></i>
27
+ <i class="fas fa-times cros"></i>
28
+ </div>
29
+ <div class="intro">
30
+ <h2>About Me</h2>
31
+ <p>I'm Atul Singh, a dedicated web developer from Saharanpur, Uttar Pradesh. With a strong foundation in front-end technologies and a growing knowledge of backend development, I create responsive and user-friendly web applications. My goal is to build seamless digital experiences that combine functionality and aesthetics.</p>
32
+ <h2>My Skills</h2>
33
+ <div class="skillsdram">
34
+ <div class="skillsitem">HTML: <div class="skills t2"></div><span class="skill-label">100% - Expert</span></div>
35
+ <div class="skillsitem">CSS: <div class="skills t3"></div><span class="skill-label">35% - In Progress</span></div>
36
+ <div class="skillsitem">JavaScript: <div class="skills t1"></div><span class="skill-label">80% - Proficient</span></div>
37
+ <div class="skillsitem">Python: <div class="skills t5"></div><span class="skill-label">30% - Beginner</span></div>
38
+ </div>
39
+ </div>
40
+ </div>
41
+ </div>
42
+ <script src="script.js"></script>
43
+ </body>
44
+ </html>
profile1.png ADDED

Git LFS Details

  • SHA256: 4f5d294c50dfc3a20a5ea17a94c76aed786d20e2c866e36149c3e64bab1b6fd6
  • Pointer size: 131 Bytes
  • Size of remote file: 462 kB
profile2.png ADDED

Git LFS Details

  • SHA256: aebee0607f2ef9db60a59e6c1db1670bd5e4f2aa8261386ccac80dfdb320a469
  • Pointer size: 131 Bytes
  • Size of remote file: 411 kB
profile3.png ADDED

Git LFS Details

  • SHA256: b0f4213dde1611fd97e0c340a143aa54f000d7190b919e2d7981813a6c99d2b2
  • Pointer size: 131 Bytes
  • Size of remote file: 470 kB
projects.html ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Atul Singh - Projects</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ <script src="https://kit.fontawesome.com/a076d05399.js" crossorigin="anonymous"></script>
10
+ </head>
11
+ <body>
12
+ <div class="container">
13
+ <div class="sidebar">
14
+ <nav>
15
+ <ul>
16
+ <li><a href="index.html">Home</a></li>
17
+ <li><a href="intro.html">About</a></li>
18
+ <li><a href="projects.html" class="active">Projects</a></li>
19
+ <li><a href="contact.html">Contact</a></li>
20
+ <li><a href="blog.html">Blog</a></li>
21
+ </ul>
22
+ </nav>
23
+ </div>
24
+ <div class="main">
25
+ <div class="hamburger">
26
+ <i class="fas fa-bars hum"></i>
27
+ <i class="fas fa-times cros"></i>
28
+ </div>
29
+ <div class="projects">
30
+ <h2>My Projects</h2>
31
+ <div class="project-grid">
32
+ <div class="project-card">
33
+ <h3>Portfolio Website</h3>
34
+ <p>A responsive personal portfolio showcasing my skills and projects, built with HTML, CSS, and JavaScript.</p>
35
+ <button class="btn btn-sm">View Project</button>
36
+ </div>
37
+ <div class="project-card">
38
+ <h3>Blog Platform</h3>
39
+ <p>A simple blog application with dynamic content rendering, styled with modern CSS.</p>
40
+ <button class="btn btn-sm">View Project</button>
41
+ </div>
42
+ <div class="project-card">
43
+ <h3>Task Manager</h3>
44
+ <p>A JavaScript-based task management app with local storage for persistence.</p>
45
+ <button class="btn btn-sm">View Project</button>
46
+ </div>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ </div>
51
+ <script src="script.js"></script>
52
+ </body>
53
+ </html>
script.js ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ document.addEventListener('DOMContentLoaded', () => {
2
+ const hamburger = document.querySelector('.hamburger');
3
+ const sidebar = document.querySelector('.sidebar');
4
+ const main = document.querySelector('.main');
5
+ const humIcon = document.querySelector('.hum');
6
+ const crosIcon = document.querySelector('.cros');
7
+
8
+ hamburger.addEventListener('click', () => {
9
+ sidebar.classList.toggle('active');
10
+ main.classList.toggle('active');
11
+ humIcon.classList.toggle('active');
12
+ crosIcon.classList.toggle('active');
13
+ });
14
+
15
+ const contactForm = document.getElementById('contactForm');
16
+ if (contactForm) {
17
+ contactForm.addEventListener('submit', (e) => {
18
+ e.preventDefault();
19
+ alert('Thank you for your message! I will get back to you soon.');
20
+ contactForm.reset();
21
+ });
22
+ }
23
+
24
+ const blogButtons = document.querySelectorAll('.blogitem .btn');
25
+ blogButtons.forEach(button => {
26
+ button.addEventListener('click', () => {
27
+ alert('Full blog post coming soon!');
28
+ });
29
+ });
30
+ });
style.css CHANGED
@@ -1,28 +1,374 @@
1
- body {
2
- padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
- }
5
-
6
- h1 {
7
- font-size: 16px;
8
- margin-top: 0;
9
- }
10
-
11
- p {
12
- color: rgb(107, 114, 128);
13
- font-size: 15px;
14
- margin-bottom: 10px;
15
- margin-top: 5px;
16
- }
17
-
18
- .card {
19
- max-width: 620px;
20
- margin: 0 auto;
21
- padding: 16px;
22
- border: 1px solid lightgray;
23
- border-radius: 16px;
24
- }
25
-
26
- .card p:last-child {
27
- margin-bottom: 0;
28
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&family=Source+Code+Pro:wght@300&display=swap');
2
+
3
+ * {
4
+ margin: 0;
5
+ padding: 0;
6
+ box-sizing: border-box;
7
+ }
8
+
9
+ body {
10
+ font-family: 'Poppins', sans-serif;
11
+ background-color: #f4f4f9;
12
+ color: #333;
13
+ }
14
+
15
+ .container {
16
+ display: flex;
17
+ min-height: 100vh;
18
+ }
19
+
20
+ .sidebar {
21
+ background-color: #2c3e50;
22
+ color: #ecf0f1;
23
+ font-family: 'Ubuntu', sans-serif;
24
+ width: 250px;
25
+ position: fixed;
26
+ height: 100vh;
27
+ transition: transform 0.3s ease;
28
+ z-index: 1000;
29
+ }
30
+
31
+ .sidebar nav {
32
+ padding: 45px 20px;
33
+ }
34
+
35
+ .sidebar nav ul {
36
+ list-style: none;
37
+ }
38
+
39
+ .sidebar nav li {
40
+ margin: 20px 0;
41
+ }
42
+
43
+ .sidebar nav li a {
44
+ text-decoration: none;
45
+ color: #ecf0f1;
46
+ font-size: 18px;
47
+ padding: 10px;
48
+ display: block;
49
+ transition: background-color 0.3s ease, color 0.3s ease;
50
+ }
51
+
52
+ .sidebar nav li a:hover,
53
+ .sidebar nav li a.active {
54
+ background-color: #3498db;
55
+ border-radius: 5px;
56
+ }
57
+
58
+ .main {
59
+ margin-left: 250px;
60
+ padding: 40px;
61
+ width: calc(100% - 250px);
62
+ transition: margin-left 0.3s ease, width 0.3s ease;
63
+ }
64
+
65
+ .hamburger {
66
+ display: none;
67
+ position: fixed;
68
+ top: 20px;
69
+ left: 20px;
70
+ cursor: pointer;
71
+ z-index: 1001;
72
+ }
73
+
74
+ .hamburger i {
75
+ font-size: 24px;
76
+ color: #2c3e50;
77
+ }
78
+
79
+ .cros {
80
+ display: none;
81
+ }
82
+
83
+ .sidebar.active {
84
+ transform: translateX(0);
85
+ }
86
+
87
+ .main.active {
88
+ margin-left: 250px;
89
+ width: calc(100% - 250px);
90
+ }
91
+
92
+ .info {
93
+ display: flex;
94
+ align-items: center;
95
+ justify-content: space-between;
96
+ padding: 40px;
97
+ max-width: 1200px;
98
+ margin: 0 auto;
99
+ }
100
+
101
+ .devinfo {
102
+ max-width: 50%;
103
+ }
104
+
105
+ .Hello {
106
+ font-size: 36px;
107
+ color: #3498db;
108
+ margin-bottom: 10px;
109
+ }
110
+
111
+ .Name {
112
+ font-size: 48px;
113
+ font-weight: 700;
114
+ color: #2c3e50;
115
+ margin-bottom: 10px;
116
+ }
117
+
118
+ .About {
119
+ font-size: 32px;
120
+ color: #e74c3c;
121
+ margin-bottom: 20px;
122
+ }
123
+
124
+ .Aboutmore {
125
+ font-size: 18px;
126
+ line-height: 1.8;
127
+ margin-bottom: 30px;
128
+ }
129
+
130
+ .buttons {
131
+ display: flex;
132
+ gap: 10px;
133
+ }
134
+
135
+ .btn {
136
+ border-radius: 25px;
137
+ padding: 12px 24px;
138
+ color: #fff;
139
+ background-color: #3498db;
140
+ font-size: 16px;
141
+ font-weight: 600;
142
+ border: none;
143
+ cursor: pointer;
144
+ transition: all 0.3s ease;
145
+ }
146
+
147
+ .btn:hover {
148
+ background-color: #fff;
149
+ color: #3498db;
150
+ border: 2px solid #3498db;
151
+ }
152
+
153
+ .btn-sm {
154
+ padding: 8px 16px;
155
+ font-size: 14px;
156
+ }
157
+
158
+ .devpic img {
159
+ height: 50vh;
160
+ max-width: 400px;
161
+ border-radius: 15px;
162
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
163
+ object-fit: cover;
164
+ }
165
+
166
+ .intro {
167
+ max-width: 800px;
168
+ margin: 0 auto;
169
+ }
170
+
171
+ .intro h2 {
172
+ font-size: 28px;
173
+ color: #2c3e50;
174
+ margin-bottom: 20px;
175
+ }
176
+
177
+ .intro p {
178
+ font-size: 16px;
179
+ line-height: 1.6;
180
+ margin-bottom: 30px;
181
+ }
182
+
183
+ .skillsdram {
184
+ margin-top: 20px;
185
+ }
186
+
187
+ .skillsitem {
188
+ display: flex;
189
+ align-items: center;
190
+ gap: 10px;
191
+ margin-bottom: 15px;
192
+ font-size: 16px;
193
+ }
194
+
195
+ .skills {
196
+ width: 200px;
197
+ height: 10px;
198
+ background-color: #ddd;
199
+ border-radius: 5px;
200
+ overflow: hidden;
201
+ }
202
+
203
+ .skills.t1 { width: 80%; background-color: #3498db; }
204
+ .skills.t2 { width: 100%; background-color: #27ae60; }
205
+ .skills.t3 { width: 35%; background-color: #e74c3c; }
206
+ .skills.t5 { width: 30%; background-color: #f1c40f; }
207
+
208
+ .skill-label {
209
+ font-weight: 500;
210
+ }
211
+
212
+ .projects {
213
+ max-width: 1000px;
214
+ margin: 0 auto;
215
+ }
216
+
217
+ .project-grid {
218
+ display: grid;
219
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
220
+ gap: 20px;
221
+ margin-top: 20px;
222
+ }
223
+
224
+ .project-card {
225
+ background-color: #fff;
226
+ padding: 20px;
227
+ border-radius: 10px;
228
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
229
+ transition: transform 0.3s ease;
230
+ }
231
+
232
+ .project-card:hover {
233
+ transform: translateY(-5px);
234
+ }
235
+
236
+ .project-card h3 {
237
+ font-size: 20px;
238
+ color: #2c3e50;
239
+ margin-bottom: 10px;
240
+ }
241
+
242
+ .project-card p {
243
+ font-size: 14px;
244
+ line-height: 1.6;
245
+ margin-bottom: 15px;
246
+ }
247
+
248
+ .contactform {
249
+ max-width: 600px;
250
+ margin: 0 auto;
251
+ }
252
+
253
+ .contactform h2 {
254
+ font-size: 28px;
255
+ color: #2c3e50;
256
+ margin-bottom: 20px;
257
+ }
258
+
259
+ .form-control {
260
+ width: 100%;
261
+ padding: 10px;
262
+ margin-bottom: 10px;
263
+ border: 1px solid #ddd;
264
+ border-radius: 5px;
265
+ font-size: 16px;
266
+ }
267
+
268
+ .form-label {
269
+ font-size: 14px;
270
+ font-weight: 500;
271
+ color: #2c3e50;
272
+ }
273
+
274
+ .form-text {
275
+ font-size: 12px;
276
+ color: #666;
277
+ }
278
+
279
+ .form-check {
280
+ margin-bottom: 20px;
281
+ }
282
+
283
+ .btn-primary {
284
+ background-color: #3498db;
285
+ border: none;
286
+ padding: 12px 24px;
287
+ font-size: 16px;
288
+ border-radius: 25px;
289
+ cursor: pointer;
290
+ transition: all 0.3s ease;
291
+ }
292
+
293
+ .btn-primary:hover {
294
+ background-color: #2980b9;
295
+ }
296
+
297
+ .blog {
298
+ max-width: 800px;
299
+ margin: 0 auto;
300
+ }
301
+
302
+ .blog h2 {
303
+ font-size: 28px;
304
+ color: #2c3e50;
305
+ margin-bottom: 20px;
306
+ }
307
+
308
+ .blogitem {
309
+ background-color: #fff;
310
+ padding: 20px;
311
+ margin-bottom: 20px;
312
+ border-radius: 10px;
313
+ box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
314
+ }
315
+
316
+ .blogitem h3 {
317
+ font-size: 20px;
318
+ color: #2c3e50;
319
+ margin-bottom: 10px;
320
+ }
321
+
322
+ .blogitem p {
323
+ font-size: 14px;
324
+ line-height: 1.6;
325
+ margin-bottom: 15px;
326
+ }
327
+
328
+ @media (max-width: 768px) {
329
+ .sidebar {
330
+ transform: translateX(-250px);
331
+ }
332
+
333
+ .main {
334
+ margin-left: 0;
335
+ width: 100%;
336
+ }
337
+
338
+ .hamburger {
339
+ display: block;
340
+ }
341
+
342
+ .sidebar.active {
343
+ transform: translateX(0);
344
+ }
345
+
346
+ .main.active {
347
+ margin-left: 250px;
348
+ width: calc(100% - 250px);
349
+ }
350
+
351
+ .cros.active {
352
+ display: block;
353
+ }
354
+
355
+ .hum.active {
356
+ display: none;
357
+ }
358
+
359
+ .info {
360
+ flex-direction: column;
361
+ text-align: center;
362
+ padding: 20px;
363
+ }
364
+
365
+ .devinfo {
366
+ max-width: 100%;
367
+ margin-bottom: 20px;
368
+ }
369
+
370
+ .devpic img {
371
+ height: 40vh;
372
+ max-width: 300px;
373
+ }
374
+ }
style2.css ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .container {
2
+ display: flex;
3
+ }
4
+
5
+ .sidebar {
6
+ width: 20%;
7
+ background-color: #f4f4f4;
8
+ padding: 20px;
9
+ }
10
+
11
+ .main {
12
+ width: 80%;
13
+ padding: 20px;
14
+ }
15
+
16
+ .intro {
17
+ padding: 20px;
18
+ }
19
+
20
+ .skills-container {
21
+ margin-top: 20px;
22
+ }
23
+
24
+ .skill-item {
25
+ margin-bottom: 15px;
26
+ }
27
+
28
+ .skill-bar {
29
+ background-color: #e0e0e0;
30
+ border-radius: 5px;
31
+ overflow: hidden;
32
+ position: relative;
33
+ height: 20px;
34
+ }
35
+
36
+ .skill-level {
37
+ background-color: #4caf50;
38
+ height: 100%;
39
+ border-radius: 5px;
40
+ }
41
+
42
+ .skill-percentage {
43
+ margin-left: 10px;
44
+ font-weight: bold;
45
+ }