diff --git a/MRN.png b/MRN.png new file mode 100644 index 0000000..a0e84ac Binary files /dev/null and b/MRN.png differ diff --git a/Octocat.jpg b/Octocat.jpg new file mode 100644 index 0000000..ff4ca31 Binary files /dev/null and b/Octocat.jpg differ diff --git a/Octocat.png b/Octocat.png new file mode 100644 index 0000000..91057da Binary files /dev/null and b/Octocat.png differ diff --git a/Octocat2.png b/Octocat2.png new file mode 100644 index 0000000..2e2d9c1 Binary files /dev/null and b/Octocat2.png differ diff --git a/README.md b/README.md deleted file mode 100644 index f8a8d8d..0000000 --- a/README.md +++ /dev/null @@ -1,36 +0,0 @@ -# Personal website - -A really great way to stand out during the job hunting process is to have a personal website where hiring managers can learn a bit more about your skills and interests. - -Throughout the course you will produce projects which will demonstrate the skills you have learned. By publishing your favourite projects on the web alongside the source code on Github you will be able to share your understanding and ability with potential hiring companies. - -For this weekend project, create a personal website which should contain some interesting info about you, what you are working on and what you would like to do in future. - -We would like to see clean and well structure HTML and CSS. Feel free to include any images you like. - -Add links to any public social media accounts such as Twitter, LinkedIn or your blog. Avoid including Facebook or any other social media is overly personal. - -Neat resources you can use to create a great looking website include - -- [Coolors](http://coolors.co/) is a great palette generate website -- [Unsplash](https://unsplash.com/) has lots of great imagery you can use -- [Google Fonts](https://fonts.google.com/) provides plenty of free fonts you can use to enhance your website - -Some great personal websites we like include - -- [http://tjholowaychuk.com/](http://tjholowaychuk.com/) -- [http://mattfarley.ca/](http://mattfarley.ca/) -- [http://timroussilhe.com/](http://timroussilhe.com/) -- [http://www.adamhartwig.co.uk/](http://www.adamhartwig.co.uk/) -- [http://www.garysheng.com/](http://www.garysheng.com/) -- [https://www.codedsignal.co.uk](https://www.codedsignal.co.uk/) - -Don't worry too much about getting same level of visual polish. You will have plenty of time to enhance an improve your site over the next few months, as well as add your projects. - -## Instructions - -1. Fork and clone this repo -2. Commit frequently while working -3. Once ready push your changes and create a `Pull Request`. This will allow us to review your code and progress. - -We will look at deploying your website to the web next week. diff --git a/bridge.JPG b/bridge.JPG new file mode 100644 index 0000000..18b9cf7 Binary files /dev/null and b/bridge.JPG differ diff --git a/bridgecrop.jpg b/bridgecrop.jpg new file mode 100644 index 0000000..4ae043b Binary files /dev/null and b/bridgecrop.jpg differ diff --git a/cname b/cname new file mode 100644 index 0000000..468030a --- /dev/null +++ b/cname @@ -0,0 +1 @@ +htin-kyaw.com diff --git a/code.txt b/code.txt new file mode 100644 index 0000000..b5c7c3a --- /dev/null +++ b/code.txt @@ -0,0 +1,2 @@ + + diff --git a/constructor-labs-badge.png b/constructor-labs-badge.png new file mode 100644 index 0000000..b6e26fd Binary files /dev/null and b/constructor-labs-badge.png differ diff --git a/favicon-16x16.png b/favicon-16x16.png new file mode 100644 index 0000000..97fc9a5 Binary files /dev/null and b/favicon-16x16.png differ diff --git a/favicon-32x32.png b/favicon-32x32.png new file mode 100644 index 0000000..3e128c7 Binary files /dev/null and b/favicon-32x32.png differ diff --git a/favicon.ico b/favicon.ico new file mode 100644 index 0000000..357d0de Binary files /dev/null and b/favicon.ico differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..b551808 --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + Htin-Kyaw + + + +
+ +

Coming soon...

+
+ + + + \ No newline at end of file diff --git a/index_orig.html b/index_orig.html new file mode 100644 index 0000000..a169da3 --- /dev/null +++ b/index_orig.html @@ -0,0 +1,50 @@ + + + + + + + + + + Htin-Kyaw + + + +
+
+

Htin-Kyaw

+ +
+ +
+
+

Under Construction

+ +
+ + + +
+
+
+ + + +
+ + + \ No newline at end of file diff --git a/minion.png b/minion.png new file mode 100644 index 0000000..c3b16a8 Binary files /dev/null and b/minion.png differ diff --git a/newsrightnow.png b/newsrightnow.png new file mode 100644 index 0000000..0e69677 Binary files /dev/null and b/newsrightnow.png differ diff --git a/personal.css b/personal.css new file mode 100644 index 0000000..d923dae --- /dev/null +++ b/personal.css @@ -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; +} diff --git a/personal.js b/personal.js new file mode 100644 index 0000000..e69de29 diff --git a/screen1.jpg b/screen1.jpg new file mode 100644 index 0000000..a4b9e87 Binary files /dev/null and b/screen1.jpg differ diff --git a/screen2.jpg b/screen2.jpg new file mode 100644 index 0000000..bff4bcc Binary files /dev/null and b/screen2.jpg differ diff --git a/this way.jpg b/this way.jpg new file mode 100644 index 0000000..8137a1a Binary files /dev/null and b/this way.jpg differ