Alexvatti commited on
Commit
2289711
Β·
verified Β·
1 Parent(s): 9783c22

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +174 -18
index.html CHANGED
@@ -1,19 +1,175 @@
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
+
2
+ <!DOCTYPE html>
3
+ <html lang="en">
4
+ <head>
5
+ <meta charset="UTF-8">
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <title>Earn Money With Python πŸ’° - Python Learning Platform</title>
8
+ <link rel="stylesheet" href="style.css">
9
+ </head>
10
+ <body>
11
+ <div class="container">
12
+ <header>
13
+ <h1>Earn Money With Python πŸ’°</h1>
14
+ <p class="tagline">Neve Raju – Neve Manthri – Nevu Thopu Mama – Macha πŸš€πŸ”₯</p>
15
+ </header>
16
+
17
+ <div class="table-section">
18
+ <div class="python-king">
19
+ 🐍 "Python is the King" πŸ‘‘
20
+ </div>
21
+
22
+ <div class="main-links">
23
+ <a href="https://youtu.be/e6oer7Z4-fs" class="main-link" target="_blank">
24
+ πŸŽ₯ Course Video
25
+ </a>
26
+ <a href="https://huggingface.co/spaces/Alexvatti/Earn-Money-With-Python/" class="main-link" target="_blank">
27
+ 🌐 Website Demo
28
+ </a>
29
+ </div>
30
+
31
+ <div style="text-align: center; margin: 25px 0;">
32
+ <p style="color: #2c3e50; font-size: 1.2rem; font-weight: bold;">Hello Machas, Ready to Code? πŸš€</p>
33
+ </div>
34
+
35
+ <div class="roadmap-sections">
36
+ <div class="roadmap-item">
37
+ <h3>πŸ“š Skills</h3>
38
+ <p>Basics + Specialization + Cloud</p>
39
+ </div>
40
+ <div class="roadmap-item">
41
+ <h3>πŸ’‘ I/D</h3>
42
+ <p>Innovation & Differentiation</p>
43
+ </div>
44
+ <div class="roadmap-item">
45
+ <h3>🎯 Portfolio</h3>
46
+ <p>GitHub, LinkedIn, YouTube</p>
47
+ </div>
48
+ <div class="roadmap-item">
49
+ <h3>πŸ“’ Marketing</h3>
50
+ <p>Branding, Freelancing, Networking</p>
51
+ </div>
52
+ <div class="roadmap-item">
53
+ <h3>πŸ’Ό Interview</h3>
54
+ <p>DSA, Projects, Communication</p>
55
+ </div>
56
+ </div>
57
+
58
+ <h2 class="section-title">Earning - Where Selling and Earning Matters Here</h2>
59
+
60
+ <table class="learning-table">
61
+ <thead>
62
+ <tr>
63
+ <th>Level</th>
64
+ <th>Topic Title</th>
65
+ <th>Video</th>
66
+ <th>Document</th>
67
+ </tr>
68
+ </thead>
69
+ <tbody>
70
+ <tr>
71
+ <td class="level-cell">
72
+ <span class="level-badge">1</span>
73
+ </td>
74
+ <td class="title-cell">Python Basics & Fundamentals</td>
75
+ <td class="link-cell">
76
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
77
+ </td>
78
+ <td class="link-cell">
79
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
80
+ </td>
81
+ </tr>
82
+ <tr>
83
+ <td class="level-cell">
84
+ <span class="level-badge">2</span>
85
+ </td>
86
+ <td class="title-cell">Data Structures & Algorithms</td>
87
+ <td class="link-cell">
88
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
89
+ </td>
90
+ <td class="link-cell">
91
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
92
+ </td>
93
+ </tr>
94
+ <tr>
95
+ <td class="level-cell">
96
+ <span class="level-badge">3</span>
97
+ </td>
98
+ <td class="title-cell">Web Development with Python</td>
99
+ <td class="link-cell">
100
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
101
+ </td>
102
+ <td class="link-cell">
103
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
104
+ </td>
105
+ </tr>
106
+ <tr>
107
+ <td class="level-cell">
108
+ <span class="level-badge">4</span>
109
+ </td>
110
+ <td class="title-cell">Machine Learning & AI</td>
111
+ <td class="link-cell">
112
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
113
+ </td>
114
+ <td class="link-cell">
115
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
116
+ </td>
117
+ </tr>
118
+ <tr>
119
+ <td class="level-cell">
120
+ <span class="level-badge">5</span>
121
+ </td>
122
+ <td class="title-cell">Django/Flask Web Framework</td>
123
+ <td class="link-cell">
124
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
125
+ </td>
126
+ <td class="link-cell">
127
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
128
+ </td>
129
+ </tr>
130
+ <tr>
131
+ <td class="level-cell">
132
+ <span class="level-badge">6</span>
133
+ </td>
134
+ <td class="title-cell">Data Science & Analytics</td>
135
+ <td class="link-cell">
136
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
137
+ </td>
138
+ <td class="link-cell">
139
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
140
+ </td>
141
+ </tr>
142
+ <tr>
143
+ <td class="level-cell">
144
+ <span class="level-badge">7</span>
145
+ </td>
146
+ <td class="title-cell">API Development & REST</td>
147
+ <td class="link-cell">
148
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
149
+ </td>
150
+ <td class="link-cell">
151
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
152
+ </td>
153
+ </tr>
154
+ <tr>
155
+ <td class="level-cell">
156
+ <span class="level-badge">8</span>
157
+ </td>
158
+ <td class="title-cell">Cloud & Deployment</td>
159
+ <td class="link-cell">
160
+ <a href="#" class="video-btn">πŸ“Ί Watch</a>
161
+ </td>
162
+ <td class="link-cell">
163
+ <a href="#" class="doc-btn">πŸ“„ Notes</a>
164
+ </td>
165
+ </tr>
166
+ </tbody>
167
+ </table>
168
+
169
+ <p style="text-align: center; font-weight: bold; color: #e74c3c; font-size: 1.1rem; margin-top: 30px;">
170
+ πŸ‘‰ Landing in Career!
171
+ </p>
172
+ </div>
173
+ </div>
174
+ </body>
175
  </html>