-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (267 loc) · 13.9 KB
/
index.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<link rel="icon" href="favicon.png">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Caleb - Personal Showcase</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- 更改 Prism.js 主题为 okaidia -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/themes/prism-okaidia.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.24.1/prism.min.js"></script>
</head>
<body>
<div class="background-container">
<img src="bng.png" alt="Background image" class="background-image">
</div>
<div class="content-wrapper">
<header>
<nav>
<div class="logo">Caleb's web</div>
<ul>
<li><a href="#favorites">Favorites</a></li>
<li><a href="#career">Career</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#tech-giants">Tech Giants</a></li>
<li><a href="#music">Music</a></li>
<li><a href="#books">Books</a></li>
</ul>
<div class="social-icons">
<a href="#"><i class="fab fa-github"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
</div>
</nav>
</header>
<main>
<section class="intro">
<h1>I share stories about programming, gaming, content-creation and life on the Internet.</h1>
<p>I have tried lots of fancy activities <span class="highlight"> in many fields </span> </p>in the world
<p class="quote">There are countless ways to tell a story about the world, this is mine.</p>
</section>
<section id="favorites" class="section">
<h2>Favorites</h2>
<p>Here are some of my favorite things that inspire and motivate me:</p>
<ul>
<li>Programming languages: Python, JavaScript, ML, c/c++</li>
<li>Favorite Games: NBA 2K, LOL, JCC</li>
<li>Favorite Singers: Linjunjie, Yanrenzhong, Justin Bieber, etc.</li>
<li>Productivity tools: VS Code, Pycharm, Edge, etc.</li>
</ul>
</section>
<section id="career" class="section">
<h2>Career Aspirations</h2>
<p>As a passionate technologist, I'm excited about these potential career paths:</p>
<div class="cards">
<div class="card software-engineer">
<h3>Software Engineer</h3>
<p>Developing innovative solutions and scalable systems</p>
<p>Skills: Full-stack development, Cloud computing, AI/ML</p>
<button class="btn-more">Learn More</button>
</div>
<div class="card data-scientist">
<h3>Data Scientist</h3>
<p>Uncovering insights and driving data-informed decisions</p>
<p>Skills: Machine Learning, Statistical Analysis, Big Data</p>
<button class="btn-more">Explore Projects</button>
</div>
<div class="card product-manager">
<h3>Product Manager</h3>
<p>Bridging technology and business to create impactful products</p>
<p>Skills: Strategy, User Experience, Agile Methodologies</p>
<button class="btn-more">View Experience</button>
</div>
<div class="card tech-entrepreneur">
<h3>Tech Entrepreneur</h3>
<p>Building innovative startups that solve real-world problems</p>
<p>Skills: Leadership, Innovation, Business Development</p>
<button class="btn-more">See Ventures</button>
</div>
</div>
</section>
<section id="projects" class="section">
<h2>Projects</h2>
<p>Here are some of my favorite projects that showcase my skills in web development and programming:</p>
<div class="project-cards">
<div class="project-card">
<h3>Personal Portfolio Website</h3>
<p>A responsive portfolio website built with HTML, CSS, and JavaScript.</p>
<ul class="project-tags">
<li>HTML5</li>
<li>CSS3</li>
<li>JavaScript</li>
<li>Responsive Design</li>
</ul>
<a href="#" class="btn-more">View Project</a>
</div>
<div class="project-card">
<h3>Task Management App</h3>
<p>A full-stack web application for managing tasks and projects.</p>
<ul class="project-tags">
<li>React</li>
<li>Node.js</li>
<li>Express</li>
<li>MongoDB</li>
</ul>
<a href="#" class="btn-more">See Demo</a>
</div>
<div class="project-card">
<h3>E-commerce Platform</h3>
<p>An online store with product catalog, shopping cart, and payment integration.</p>
<ul class="project-tags">
<li>Vue.js</li>
<li>Vuex</li>
<li>Firebase</li>
<li>Stripe API</li>
</ul>
<a href="#" class="btn-more">Explore Site</a>
</div>
<div class="project-card">
<h3>Weather Forecast App</h3>
<p>A mobile-friendly weather app using geolocation and weather API.</p>
<ul class="project-tags">
<li>React Native</li>
<li>Redux</li>
<li>OpenWeatherMap API</li>
<li>Geolocation</li>
</ul>
<a href="#" class="btn-more">Try App</a>
</div>
</div>
</section>
<section id="tech-giants" class="section">
<h2>Tech Giants</h2>
<p>I'm fascinated by these innovative tech companies that are shaping our digital future:</p>
<div class="cards">
<div class="card apple">
<h3>Apple</h3>
<p>Revolutionizing personal technology with elegant design and seamless user experience</p>
<p>Key Products: iPhone, MacBook, iOS</p>
<button class="btn-more">Learn More</button>
</div>
<div class="card google">
<h3>Google</h3>
<p>Organizing the world's information and making it universally accessible and useful</p>
<p>Key Products: Search, Android, Google Cloud</p>
<button class="btn-more">Explore Innovations</button>
</div>
<div class="card microsoft">
<h3>Microsoft</h3>
<p>Empowering every person and organization on the planet to achieve more</p>
<p>Key Products: Windows, Office 365, Azure</p>
<button class="btn-more">View Technologies</button>
</div>
<div class="card amazon">
<h3>Amazon</h3>
<p>Pioneering e-commerce and cloud computing, transforming how we shop and use technology</p>
<p>Key Products: Amazon.com, AWS, Alexa</p>
<button class="btn-more">See Innovations</button>
</div>
</div>
</section>
<section id="music" class="section">
<h2>Music</h2>
<p>Music fuels my creativity. Here's what I'm currently listening to:</p>
<div class="music-player-wrapper">
<div class="music-player">
<div class="player-container">
<div class="album-art">
<img id="album-cover" src="default_cover.jpg" alt="Album cover">
</div>
<div class="player-controls">
<button class="control-btn" id="prev"><i class="fas fa-backward"></i></button>
<button class="control-btn" id="play"><i class="fas fa-play"></i></button>
<button class="control-btn" id="next"><i class="fas fa-forward"></i></button>
</div>
<div class="song-info">
<h3 id="song-title">Song Title</h3>
<p id="artist">Artist Name</p>
</div>
<div class="progress-container">
<div class="progress-bar">
<div class="progress"></div>
</div>
<div class="time-info">
<span id="current-time">0:00</span>
<span id="total-time">0:00</span>
</div>
</div>
<div class="volume-control">
<i class="fas fa-volume-down"></i>
<input type="range" id="volume-slider" min="0" max="100" value="50">
<i class="fas fa-volume-up"></i>
</div>
</div>
</div>
<div class="music-info">
<div class="playlist">
<h4>My Playlist</h4>
<ul id="playlist-items">
<!-- Playlist items will be added dynamically -->
</ul>
</div>
<div class="music-stats">
<h4>My Music Stats</h4>
<p>Total Listening Time: <span id="total-listening-time">0</span> hours</p>
<p>Favorite Genre: <span id="favorite-genre"></span></p>
<p>Most Played Artist: <span id="most-played-artist"></span></p>
<p>Last Updated: <span id="last-updated"></span></p>
</div>
</div>
</div>
</section>
<section id="books" class="section">
<h2>Books</h2>
<p>Reading is fundamental to growth. These books have greatly influenced me:</p>
<ul>
<li>"Clean Code" by Robert C. Martin</li>
<li>"The Pragmatic Programmer" by Andrew Hunt and David Thomas</li>
<li>"Ready Player One" by Ernest Cline</li>
<li>"Atomic Habits" by James Clear</li>
</ul>
</section>
<section id="skills" class="section">
<h2>My Skills</h2>
<div class="skills-container">
<div class="skill">
<div class="skill-circle" data-percent="90">
<svg viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" />
<circle cx="50" cy="50" r="45" class="progress" />
</svg>
<div class="skill-percent">90%</div>
</div>
<h3 class="skill-name">Programming</h3>
</div>
<div class="skill">
<div class="skill-circle" data-percent="85">
<svg viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" />
<circle cx="50" cy="50" r="45" class="progress" />
</svg>
<div class="skill-percent">85%</div>
</div>
<h3 class="skill-name">Content Creation</h3>
</div>
<div class="skill">
<div class="skill-circle" data-percent="95">
<svg viewBox="0 0 100 100">
<circle cx="50" cy="50" r="45" />
<circle cx="50" cy="50" r="45" class="progress" />
</svg>
<div class="skill-percent">95%</div>
</div>
<h3 class="skill-name">Gaming</h3>
</div>
</div>
</section>
</main>
<footer>
<p>© 2024 Caleb. All rights reserved.</p>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>