Skip to content

Commit

Permalink
big update
Browse files Browse the repository at this point in the history
deleted resources no longer in use
updated the content in About page
edited blog posts
  • Loading branch information
BlueBoy247 committed Jan 29, 2024
1 parent 2098749 commit 46de6cb
Show file tree
Hide file tree
Showing 7 changed files with 427 additions and 9 deletions.
5 changes: 0 additions & 5 deletions about/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ <h2>Allen Chang</h2>
<hr style="background-color: #2d726b; height: 3px; margin: 1% 0%;">
<h3 id="education">學歷</h3>
<div class="items" style="grid-template-columns: repeat(3,1fr);">
<a class="item" href="https://www.ctjh.ntpc.edu.tw/" target="_blank">
<img src="/pictures/profile_use/education/ctjhphoto.gif">
<div class="title">江翠國中</div>
<div class="description">2018/09~2021/06</div>
</a>
<a class="item" href="https://www.ck.tp.edu.tw/" target="_blank">
<img src="/pictures/profile_use/education/ck_seal.png">
<div class="title">建國中學</div>
Expand Down
4 changes: 2 additions & 2 deletions blog/posts/20230219_230000/index.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2023-02-19
個人網站正式上線
在連續五天的趕工下,網站終於以"Allen Chang's Website"的名稱正式上線了!後續會完成其它頁面~
測試版個人網站上線
在連續五天的趕工下,測試版網站以"Allen Chang's Website"的名稱上線了!後續會完成其它頁面~
4 changes: 2 additions & 2 deletions blog/posts/20230326_230000/index.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
2023-03-26
新版個人網站上線
覺得之前的設計不好看,所以決定要重新設計,花了兩週的時間,全新的網站終於以<wbr>"BlueBoy's Space"<wbr>這個新名稱上線啦!
正式版個人網站上線
覺得之前的設計不好看,所以決定要重新設計,花了兩週的時間,正式版網站以<wbr>"BlueBoy's Space"<wbr>這個新名稱上線啦!
366 changes: 366 additions & 0 deletions en/about/index.html

Large diffs are not rendered by default.

57 changes: 57 additions & 0 deletions en/about/project.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" />
<script src="https://code.jquery.com/jquery-3.6.4.min.js" integrity="sha256-oP6HI9z1XaZNBrJURtCoUT5SUnxFr8s3BzRl+cbzUq8=" crossorigin="anonymous"></script>
<script src="/scripts/include.js"></script>
<script>include('Project',true)</script>
</head>
<body bgcolor="#81D8D0">
<header></header>
<main>
<div class="pagehead">
<p class="pagetitle">
<span class="material-symbols-outlined" id="back"> <a href="./about/#project">chevron_left</a> </span>
<span class="enw1">My Projects</span>
</p>
</div>
<p id="backarrow"></p>
<div id="aboutpro">
<div class="pagesubtitle" id="project">
<p>
<span class="enw1">Personal Projects</span>
</p>
</div>
<div class="content" id="projectc">
<a href="https://github.com/BlueBoy247/YouTube-video-downloader" target="_blank">
<div class="problock">
<img src="/pictures/project_use/YTdownload.png" class="proimage" alt="thumbnail" title="YouTube Video Downloader">
<div class="protitle enw2">YouTube Video Downloader</div>
<div class="probrief enw2">A free YouTube video downloader that allows downloading videos in the highest quality.</div>
</div>
</a>
<a href="https://github.com/BlueBoy247/Event-Countdown-Discord-Bot" target="_blank">
<div class="problock">
<img src="/pictures/project_use/EventCountdownDCBot.png" class="proimage" alt="thumbnail" title="">
<div class="protitle enw2">Event Countdown Discord Bot</div>
<div class="probrief enw2">A Discord Bot that can send event countdown messages daily to a specified channel in a designated server and mention a specific role.</div>
</div>
</a>
<a href="https://blueboy247.github.io/" target="_blank">
<div class="problock">
<img src="/pictures/project_use/PW.png" class="proimage" alt="thumbnail" title="My Personal Website">
<div class="protitle enw2">My Personal Website</div>
<div class="probrief enw2">The personal website that was built by myself, which is the website you are currently on!</div>
</div>
</a>
</div>
</div>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9189513725790874" crossorigin="anonymous"></script>
<!-- 橫幅 -->
<ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-9189513725790874" data-ad-slot="1116221023" data-ad-format="auto" data-full-width-responsive="true"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</main>
<footer></footer>
</body>
Binary file removed pictures/profile_use/education/ctjhphoto.gif
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 46de6cb

Please sign in to comment.