Newer
Older
2025-makoto / index.html
<!DOCTYPE html>
<html lang="ja">
<head><title>デザインの勉強だお</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>

<body>
<h1>Makotin(まこと)のページにようこそ</h1>
<p>このページは情報デザイン論の授業で作られたものです</p>
<h2>Makotinの趣味</h2>
<p>私の趣味は、ガジェットを集めることです!生粋のガジェット好きです(?)</p>
<p>ガジェット一覧は<a href="gadget.html">こちら</a>のページ
<h2>今まで買ってきた<br>ガジェットの金額ランキング</h2>
<ol>
	<li><a href="https://www.playstation.com/ja-jp/ps5/ps5-pro/">PS5_Pro</a></li>
	<li><a href="https://www.sennheiser-hearing.com/ja-JP/p/momentum-4-wireless/?srsltid=AfmBOorU4mSDBIrjYwncH6HWohzxyEZENpvXQ2F2jXGttm70LIIiQaoL">SENNHEISER_MOMENTUM4_WIRELESS</a></li>
	<li><a href="https://www.bose.co.jp/ja_jp/products/headphones/earbuds/bose-quietcomfort-earbuds-ultra.html#v=QCUE-HEADPHONEIN-BLK-WW">BOSE_QUIET_COMFORT_ULTRA_EAR_BUDS</a></li>
</ol>
<h2>東根市の人口の推移</h2>
<style>table, th, td {border: 2px solid black;border-collapse:collapse;}</style>
<table>
	<tr>
		<th>2020</th>
		<th>2021</th>
		<th>2022</th>
		<th>2023</th>
		<th>2024</th>
	</tr>
	<tr>
		<td>47630</td>
		<td>47576</td>
		<td>47777</td>
		<td>47738</td>
		<td>47503</td>
	</tr>
</table>
<h2>課題作成ページ一覧</h2>
<p><a href="sad%26happy_calendar.html">悲しかったこと、うれしかったこと そしてカレンダー</a></p>
<p><a href="timetable.html">ボタンと時間割</a></p>
<p><a href="visual_format.html">視覚フォーマット</a></p>
<p><a href="flag_and_portrate.html">国旗とポートレート</a></p>
<adress>c124039@h.koeki-u.ac.jp</adress>
</body>
</html>