Skip to content

Commit 451aa1b

Browse files
authored
Update about.html
1 parent e6dec63 commit 451aa1b

File tree

1 file changed

+23
-63
lines changed

1 file changed

+23
-63
lines changed

about.html

Lines changed: 23 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,85 +3,45 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>Projects | Euler</title>
6+
<title>About Me | Euler</title>
77
<link rel="stylesheet" href="assets/css/style.css">
88
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
99
</head>
1010
<body>
1111
<!-- Navigation -->
1212
<nav class="navbar navbar-expand-lg navbar-light bg-light">
1313
<a class="navbar-brand" href="index.html">Euler</a>
14-
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" >
14+
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav">
1515
<span class="navbar-toggler-icon"></span>
1616
</button>
1717
<div class="collapse navbar-collapse" id="navbarNav">
1818
<ul class="navbar-nav ml-auto">
19-
<li class="nav-item"><a class="nav-link" href="about.html">About</a></li>
20-
<li class="nav-item active"><a class="nav-link" href="projects.html">Projects</a></li>
19+
<li class="nav-item active"><a class="nav-link" href="about.html">About</a></li>
20+
<li class="nav-item"><a class="nav-link" href="projects.html">Projects</a></li>
2121
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
2222
</ul>
2323
</div>
2424
</nav>
2525

26-
<!-- Projects Section -->
27-
<section class="projects-section container mt-5">
28-
<h2>Past Projects</h2>
29-
<div class="row">
30-
<!-- Project Card: Manim Builder -->
31-
<div class="col-md-4 mb-4">
32-
<div class="card h-100">
33-
<div class="card-body">
34-
<h5 class="card-title">Manim Builder</h5>
35-
<p class="card-text">A custom builder that leverages Manim to create dynamic mathematical animations and visualizations.</p>
36-
<a href="https://huggingface.co/spaces/euler314/manim_builder" target="_blank" class="btn btn-primary">View Project</a>
37-
</div>
38-
</div>
39-
</div>
40-
41-
<!-- Project Card: Typhoon Data Analysis -->
42-
<div class="col-md-4 mb-4">
43-
<div class="card h-100">
44-
<div class="card-body">
45-
<h5 class="card-title">Typhoon Data Analysis</h5>
46-
<p class="card-text">An analytical tool that visualizes typhoon data to enhance our understanding of weather patterns and climate impact.</p>
47-
<a href="https://huggingface.co/spaces/euler314/typhoon-data-analysis" target="_blank" class="btn btn-primary">View Project</a>
48-
</div>
49-
</div>
50-
</div>
51-
52-
<!-- Project Card: Random Matrix ESD -->
53-
<div class="col-md-4 mb-4">
54-
<div class="card h-100">
55-
<div class="card-body">
56-
<h5 class="card-title">Random Matrix ESD</h5>
57-
<p class="card-text">A project focused on exploring the eigenvalue spectral distribution (ESD) in random matrices with diverse applications.</p>
58-
<a href="https://huggingface.co/spaces/euler314/random_matrix_ESD" target="_blank" class="btn btn-primary">View Project</a>
59-
</div>
60-
</div>
61-
</div>
62-
63-
<!-- Project Card: Craw Web -->
64-
<div class="col-md-4 mb-4">
65-
<div class="card h-100">
66-
<div class="card-body">
67-
<h5 class="card-title">Craw Web</h5>
68-
<p class="card-text">A web crawling tool designed to extract and analyze data from various online sources efficiently.</p>
69-
<a href="https://huggingface.co/spaces/euler314/craw_web" target="_blank" class="btn btn-primary">View Project</a>
70-
</div>
71-
</div>
72-
</div>
73-
74-
<!-- Project Card: Purchase Record -->
75-
<div class="col-md-4 mb-4">
76-
<div class="card h-100">
77-
<div class="card-body">
78-
<h5 class="card-title">Purchase Record</h5>
79-
<p class="card-text">A comprehensive system to manage and analyze purchase records, aiding in efficient record-keeping and data insights.</p>
80-
<a href="https://huggingface.co/spaces/euler314/Purchase_record" target="_blank" class="btn btn-primary">View Project</a>
81-
</div>
82-
</div>
83-
</div>
84-
</div>
26+
<!-- About Section -->
27+
<section class="about-section container mt-5">
28+
<h2>About Me</h2>
29+
<p>Hello, I’m <strong>Euler</strong>. I’m a passionate developer, data enthusiast, and creative problem solver who loves exploring new technologies and building innovative projects. My journey began with a deep curiosity for how things work, and over time I’ve dedicated myself to mastering both the art of programming and the science behind data analysis.</p>
30+
31+
<h3>Education</h3>
32+
<p>Currently, I am pursuing my studies at <strong>Massachusetts Institute of Technology (MIT)</strong>, where I dive deep into computer science, applied mathematics, and data analytics. My academic experience continually fuels my passion for learning and innovation.</p>
33+
34+
<h3>Skills</h3>
35+
<ul>
36+
<li>Mathematical Modeling (including techniques like M-P Law and Stejious Transform)</li>
37+
<li>Machine Learning & AI</li>
38+
<li>Web Development & Coding</li>
39+
<li>Data Analysis & Visualization</li>
40+
<li>Algorithm Design & Problem Solving</li>
41+
</ul>
42+
43+
<h3>Interests</h3>
44+
<p>I am deeply interested in machine learning, artificial intelligence, mathematics, and coding. I love experimenting with new frameworks and exploring how data and algorithms can solve real-world problems. My work ranges from creating dynamic visualizations to developing automated data analysis tools.</p>
8545
</section>
8646

8747
<!-- Footer -->

0 commit comments

Comments
 (0)