Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Echoslayer committed Mar 20, 2024
1 parent 81ae4ad commit fa65d0b
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
desktop.ini
Binary file added assets/images/Ethical Hacker Bootcamp.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/tf_ml_udemy課程證書.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 57 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wizard's Resume</title>
</head>
<body>
<header>
<h1>謝瑋哲 Wizard</h1>
</header>
<main>
<section>
<h2>Summary</h2>
<p>This is Wizard, a machine learning practitioner's resume</p>
</section>
<section>
<h2>Education</h2>
<ol>
<li>國立清華大學 動力機械工程學系 人工智慧組 碩士</li>
<li>國立中山大學 祭奠與機械工程學系 學士</li>
</ol>
</section>
<section>
<h2>Skill</h2>
<ul>
<li>Computer Vision</li>
<li>Data Science</li>
<li>Machine Learning</li>
</ul>
</section>
<section>
<h2>Certificate</h2>
<ul>
<li>Tensorflow Certificate</li>
<img src="./assets/images/tensorflow certificate_page-0001.jpg" alt="Tensorflow Certificate" height="200">

<li>Tensorflow Developer Certificate Bootcamp</li>
<img src="./assets/images/tf_ml_udemy課程證書.jpg" alt="Tensorflow Developer Certificate Bootcamp" height="200">

<li>Ethical Hacker Bootcamp</li>
<img src="./assets/images/Ethical Hacker Bootcamp.jpg" alt="Ethical Hacker Bootcamp" height="200">

</ul>
</section>
<section>
<h2>Contact</h2>
<ul>
<a href="./public/contact.html">Contact Me</a>
</ul>
</section>
</main>
<footer>
<p>© 2024 Wizard</p>
</footer>
</body>
</html>
23 changes: 23 additions & 0 deletions public/contact.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<header>
<h1>My Contact Details</h1>
</header>
<main>
<ol>
<li>Email: Wizard.lab.master@gmail.com</li>
<li><a href="https://github.com/Echoslayer">GitHub</a></li>
<li><a href="https://www.linkedin.com/in/%E7%91%8B%E5%93%B2-%E8%AC%9D-145362223/">LinkedIn</a></li>
</ol>
</main>
<footer>
<p>© 2024 Wizard</p>
</footer>
</body>
</html>

0 comments on commit fa65d0b

Please sign in to comment.