Skip to content

Commit 7c054bc

Browse files
committed
fix bug3
1 parent c7e8dfd commit 7c054bc

File tree

2 files changed

+68
-3
lines changed

2 files changed

+68
-3
lines changed

README.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,41 @@
2525

2626
# Projects
2727

28+
29+
# Projects
30+
31+
<div align="center">
32+
33+
<table style="border-collapse: collapse; width: 90%; text-align: center;">
34+
<thead style="background-color: #1e1e1e; color: #ffffff;">
35+
<tr>
36+
<th style="width:10%; padding: 8px; border: 1px solid #444;">S. No.</th>
37+
<th style="width:70%; padding: 8px; border: 1px solid #444;">Title</th>
38+
<th style="width:20%; padding: 8px; border: 1px solid #444;">Link</th>
39+
</tr>
40+
</thead>
41+
<tbody>
42+
<tr>
43+
<td style="border: 1px solid #444;">1</td>
44+
<td style="border: 1px solid #444;">AI Based Resume Builder</td>
45+
<td style="border: 1px solid #444;"><a href="\AI Based resume Builder Tool">⬆️</a></td>
46+
</tr>
47+
<tr>
48+
<td style="border: 1px solid #444;">2</td>
49+
<td style="border: 1px solid #444;">API Project</td>
50+
<td style="border: 1px solid #444;"><a href="\Python Codes\API Project">⬆️</a></td>
51+
</tr>
52+
<tr>
53+
<td style="border: 1px solid #444;">3</td>
54+
<td style="border: 1px solid #444;">Birthday Wisher</td>
55+
<td style="border: 1px solid #444;"><a href="\Birthday Wisher">⬆️</a></td>
56+
</tr>
57+
<!-- Repeat same format for other rows -->
58+
</tbody>
59+
</table>
60+
61+
</div>
62+
2863
<div align="center">
2964

3065
<table border="1" cellspacing="0" cellpadding="8" style="border-collapse: collapse; width: 100%; text-align: center;">

Tkinter Library/resume.html

Lines changed: 33 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,39 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>$Title$</title>
5+
<title>Shubham's Resume</title>
6+
<link rel="stylesheet" href="style.css">
67
</head>
78
<body>
8-
$END$
9+
<header>
10+
<h1 id="name">Shubham Raj</h1>
11+
<p><em>Founder of <strong><a href="https://www.appbrewery.co/">The App Brewery</a></strong>.</em></p>
12+
</header>
13+
<main>
14+
<section>
15+
<h2>About Me</h2>
16+
<p>I am an iOS and Web Developer. I love coffee and motorcycles.</p>
17+
</section>
18+
<hr>
19+
<section>
20+
<h2>Books and Teaching</h2>
21+
<ul>
22+
<li>The Complete iOS App Development Bootcamp</li>
23+
<li>The Complete Web Development Bootcamp</li>
24+
<li>100 Days of Code - The Complete Python Bootcamp</li>
25+
</ul>
26+
</section>
27+
<hr>
28+
<section>
29+
<h2>Other Pages</h2>
30+
<ul>
31+
<li><a href="https://angelabauer.github.io/cv/hobbies.html">My Hobbies</a></li>
32+
<li><a href="https://angelabauer.github.io/cv/contact-me.html">Contact Me</a></li>
33+
</ul>
34+
</section>
35+
</main>
36+
<footer>
37+
<p>&copy; 2023 Shubham Raj. All rights reserved.</p>
38+
</footer>
939
</body>
10-
</html>
40+
</html>

0 commit comments

Comments
 (0)