diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-01-14 03:21:29 +0000 |
commit | 197268c7abf615c805961b6ebefe1d2df74196dc (patch) | |
tree | deaa7a527210da1eee1a6e4a3e0c3619cc00affa /portfolio/intro | |
parent | intro (diff) | |
download | html-197268c7abf615c805961b6ebefe1d2df74196dc.tar html-197268c7abf615c805961b6ebefe1d2df74196dc.tar.gz html-197268c7abf615c805961b6ebefe1d2df74196dc.tar.bz2 html-197268c7abf615c805961b6ebefe1d2df74196dc.tar.xz html-197268c7abf615c805961b6ebefe1d2df74196dc.zip |
portfolio
Diffstat (limited to 'portfolio/intro')
-rw-r--r-- | portfolio/intro/index.html | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/portfolio/intro/index.html b/portfolio/intro/index.html new file mode 100644 index 0000000..ceeaa37 --- /dev/null +++ b/portfolio/intro/index.html @@ -0,0 +1,44 @@ +<!doctype html><html lang="en"><head> +<title>Portfolio: Name's Intro</title></head> + +<body bgcolor="#000000" text="#EEBB99" + link="#EE9977" vlink="#EE9977"><div align="center"> + +<h3><a href="..">Homepage</a></h3> + +<h1>Name Surname</h1> +<h1>Favorite culture other than my own:</h1> +<p>Himalayan</p> +<img src="../i/himalayan.png" width="45%"> + +<h1>Historical figures I admire and wish to be like:</h1> +<p>Nikola Tesla</p> +<img src="../i/nikola.png" width="30%"> +<p>Ada Lovelace</p> +<img src="../i/ada.png" width="30%"> +<p>Johann Bach</p> +<img src="../i/bach.png" width="30%"> + +<h1>Bouquet of meaningful flowers:</h1> +<p>Chrysanthemum (Truth)</p> +<img src="../i/chrysanthemum.png" width="32%"> +<p>Iberis (Indifference)</p> +<img src="../i/iberis.png" width="28%"> +<p>Edelweiss (Devotion)</p> +<img src="../i/edelweiss.png" width="32%"> + +<h1>A meal that represents me is:</h1> +<p>Oatmeal cookies and milk</p> +<img src="../i/food.png" width="28%"> + +<h1>I feel most creative when I:</h1> +<p>Am somewhere peaceful and still</p> +<img src="../i/lighthouse.png" width="35%"> + +<h1>If I could only speak about 1 topic from now on it would be:</h1> +<p>Inventions</p> +<img src="../i/light.png" width="35%"> + +<h3><a href="..">Homepage</a></h3> + +</div></body></html> |