Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First version of website #4

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
a0c254d
First version of website
tigershk Jun 3, 2018
23fe13b
Delete work.html
tigershk Jul 8, 2018
57bda55
Delete travel.html
tigershk Jul 8, 2018
029e827
Delete sg.html
tigershk Jul 8, 2018
1dce4bb
Delete merlion.png
tigershk Jul 8, 2018
e84244d
Delete kids.html
tigershk Jul 8, 2018
b6ba8fb
Delete index.html
tigershk Jul 8, 2018
95f0496
Delete index.css
tigershk Jul 8, 2018
e2e7686
Delete contact.html
tigershk Jul 8, 2018
7af8436
Delete food.html
tigershk Jul 8, 2018
90a3748
Delete contact.JPG
tigershk Jul 8, 2018
81f75e7
Delete MTS.JPG
tigershk Jul 8, 2018
919f7a4
Delete 11plus.html
tigershk Jul 8, 2018
9461306
Delete README.md
tigershk Jul 8, 2018
289a9ba
first draft
tigershk Jul 8, 2018
44f256a
rename
tigershk Jul 8, 2018
911fbf3
rename
tigershk Jul 8, 2018
131e949
added cname
tigershk Aug 17, 2018
556e747
changed title
tigershk Aug 17, 2018
8fd8be7
simplified
tigershk Aug 17, 2018
4b1dbed
changed colours
tigershk Aug 18, 2018
558ad21
changed font size
tigershk Aug 18, 2018
6121964
added links and favicon
tigershk Aug 22, 2018
074222a
bounce...
tigershk Aug 23, 2018
d88c8b1
increased footer text size for easier reading on mobile
tigershk Aug 25, 2018
0afc8e0
Added Leon's stuff to homepage
tigershk Aug 30, 2018
9fb8811
Create CNAME
tigershk Sep 9, 2018
8d435a4
Update CNAME
tigershk Sep 9, 2018
fecbeca
Update CNAME
tigershk Sep 9, 2018
6c405cb
Delete CNAME
tigershk Sep 9, 2018
433ac62
added minion
tigershk Sep 9, 2018
7700f45
Merge branch 'master' of https://github.com/tigershk/personal-website
tigershk Sep 9, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added MRN.png
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 Octocat.jpg
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 Octocat.png
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 Octocat2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 0 additions & 36 deletions README.md

This file was deleted.

Binary file added bridge.JPG
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 bridgecrop.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions cname
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
htin-kyaw.com
2 changes: 2 additions & 0 deletions code.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
Binary file added constructor-labs-badge.png
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 favicon-16x16.png
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 favicon-32x32.png
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 favicon.ico
Binary file not shown.
40 changes: 40 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Atomic+Age" rel="stylesheet">
<!-- ; -->
<link rel="stylesheet" href="personal.css">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<!-- <link rel="icon" type="image/png" href="fav.ico?" /> -->


<title>Htin-Kyaw</title>
</head>

<body>
<div class="app">
<!-- <h1 class="header__logo"> Htin-Kyaw</h1> -->
<h2 class="header_sub">Coming soon...</h2>
</div>
</body>
<footer>
<section class="leons_side">
<h2 class="footer__text1">Leon's Stuff</h2>
<img src="this way.jpg" class="footer__icon1" />
</section>

<section class="sheilas_side">
<h2 class="footer__text2">...in the meantime, Sheila's projects are on </h2>
<a href="https://github.com/tigershk" target="_blank">
<img src="Octocat.jpg" class="footer__icon2" />
</a>
</section>
</footer>

</html>
50 changes: 50 additions & 0 deletions index_orig.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Arima+Madurai|Ledger" rel="stylesheet">
<link rel="stylesheet" href="personal.css">
<title>Htin-Kyaw</title>
</head>

<body>
<div class="app">
<header class="app__header ">
<h1 class="header__logo"> Htin-Kyaw</h1>
<ul class="header__list">
<li class="item1">Projects</li>
<li class="item2">About</li>
<li class="item3">Contact</li>
</ul>
</header>

<div class="app__main">
<div class="main__content">
<h2>Under Construction</h2>

<div class="main_images">
<img src="screen1.jpg" id="images1" max-width="500" width="auto" height="200">
<img src="newsrightnow.png" id="images2" max-width="500" width="auto" height="200">
<img src="screen2.jpg" id="images3" max-width="500" width="auto" height="200">
</div>
</div>
</div>

<footer class="app__footer">
<div class="footer__item footer__notes">Projects</div>
<div class="footer__item footer__address">About</div>
<div class="footer__item footer__map">Contact

<p>Photo by Markus Spiske on Unsplash</p>

<p>Photo by Jacob Miller on Unsplash</p>
</div>
</footer>

</div>
</body>

</html>
Binary file added minion.png
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 newsrightnow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 82 additions & 0 deletions personal.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
* {
box-sizing: border-box;
}

body {
margin: 0;
font-family: "Atomic Age", cursive;
}

.app {
display: flex;
flex-direction: column;
height: 70vh;
/* background-color: rgb(7, 7, 27); */
color: rgb(7, 7, 27);
text-align: center;
justify-content: center;
font-size: 25px;
}

.footer {
display: inline-block;
}

.leons_side {
float: left;
}
.footer__text1 {
font-size: 20px;
text-align: left;
margin-left: 20px;
position: relative;
}

.footer__icon1 {
width: 100px;
height: auto;
margin-top: 20px;
margin-left: 20px;
}

.sheilas_side {
float: right;
}
.footer__text2 {
font-size: 20px;
text-align: right;
margin-right: 20px;
position: relative;
}

.footer__icon2 {
width: 100px;
height: auto;
text-align: right;
margin-top: 20px;
margin-right: 20px;
float: right;
}

@keyframes bounce {
0%,
20%,
60%,
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}

40% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}

80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
}
.footer__icon2:hover {
animation: bounce 1s;
}
Empty file added personal.js
Empty file.
Binary file added screen1.jpg
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 screen2.jpg
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 this way.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.