diff --git a/Website/Arts/0.jpg b/Website/Arts/0.jpg new file mode 100644 index 0000000..45efd4a Binary files /dev/null and b/Website/Arts/0.jpg differ diff --git a/Website/Arts/0.png b/Website/Arts/0.png new file mode 100644 index 0000000..ae3391d Binary files /dev/null and b/Website/Arts/0.png differ diff --git a/Website/Arts/1.jpg b/Website/Arts/1.jpg new file mode 100644 index 0000000..45417e8 Binary files /dev/null and b/Website/Arts/1.jpg differ diff --git a/Website/Arts/10.jpg b/Website/Arts/10.jpg new file mode 100644 index 0000000..af26573 Binary files /dev/null and b/Website/Arts/10.jpg differ diff --git a/Website/Arts/11.jpg b/Website/Arts/11.jpg new file mode 100644 index 0000000..291ee1f Binary files /dev/null and b/Website/Arts/11.jpg differ diff --git a/Website/Arts/12.jpg b/Website/Arts/12.jpg new file mode 100644 index 0000000..1f57189 Binary files /dev/null and b/Website/Arts/12.jpg differ diff --git a/Website/Arts/13.jpg b/Website/Arts/13.jpg new file mode 100644 index 0000000..f166d16 Binary files /dev/null and b/Website/Arts/13.jpg differ diff --git a/Website/Arts/2.jpg b/Website/Arts/2.jpg new file mode 100644 index 0000000..07effc9 Binary files /dev/null and b/Website/Arts/2.jpg differ diff --git a/Website/Arts/3.jpg b/Website/Arts/3.jpg new file mode 100644 index 0000000..57fe2b1 Binary files /dev/null and b/Website/Arts/3.jpg differ diff --git a/Website/Arts/4.jpg b/Website/Arts/4.jpg new file mode 100644 index 0000000..e1d4051 Binary files /dev/null and b/Website/Arts/4.jpg differ diff --git a/Website/Arts/5.jpg b/Website/Arts/5.jpg new file mode 100644 index 0000000..e0c7bd9 Binary files /dev/null and b/Website/Arts/5.jpg differ diff --git a/Website/Arts/6.jpg b/Website/Arts/6.jpg new file mode 100644 index 0000000..4159071 Binary files /dev/null and b/Website/Arts/6.jpg differ diff --git a/Website/Arts/7.jpg b/Website/Arts/7.jpg new file mode 100644 index 0000000..7088d5d Binary files /dev/null and b/Website/Arts/7.jpg differ diff --git a/Website/Arts/8.jpg b/Website/Arts/8.jpg new file mode 100644 index 0000000..2848427 Binary files /dev/null and b/Website/Arts/8.jpg differ diff --git a/Website/Arts/9.jpg b/Website/Arts/9.jpg new file mode 100644 index 0000000..3ecfcca Binary files /dev/null and b/Website/Arts/9.jpg differ diff --git a/Website/Gallery.html b/Website/Gallery.html new file mode 100644 index 0000000..c72a50c --- /dev/null +++ b/Website/Gallery.html @@ -0,0 +1,28 @@ + + + My arts - FoxSharp + + + + + + + \ No newline at end of file diff --git a/Website/Index.html b/Website/Index.html new file mode 100644 index 0000000..880b5c2 --- /dev/null +++ b/Website/Index.html @@ -0,0 +1,22 @@ + + + Hello, World! - FoxSharp + + + + + +
+ +
+ + \ No newline at end of file diff --git a/Website/contacts.html b/Website/contacts.html new file mode 100644 index 0000000..e69de29 diff --git a/Website/css/cv.css b/Website/css/cv.css new file mode 100644 index 0000000..6165c40 --- /dev/null +++ b/Website/css/cv.css @@ -0,0 +1,122 @@ +.contacts { + background-color: #1e1e1e; +} + +body { + margin: 0px; +} + +.goto { + background-color: #1e1e1e; + color: #dcdcdc; + float: right; + border-radius: 5px; + position: fixed; + right: 10px; + bottom: 10px; + font-size: 14px; + padding: 5px; + + height: 15px; + width: 110px; + + transition: .5s; + font-family: Consolas; +} +.goto:hover { + height: 87px; + width: 150px; +} +.list { + float: right; + opacity: 0; +} +.goto:hover .list { + opacity: 1; +} +.currentItem { + float: right; +} +.goto:hover .currentItem { + display: none; +} +.goto .keyword { + opacity: 0; + bottom: 15px; + float: left; + position: fixed; +} +.goto:hover .keyword { + opacity: 1; +} + +.goto a:link { + color: #dcdcdc; + text-decoration: none; +} +.goto a:hover { + color: #569cd6; + text-decoration: underline; +} +.goto a:visited { + color: #dcdcdc; + text-decoration: none; +} + +.contacts div { + font-family: Consolas; + font-size: 14px; + margin: 20px; + color: #dcdcdc; + display: inline-block; +} + +.regString { + color: #d69d85; + text-decoration: none; +} +.string:link { + color: #d69d85; + text-decoration: none; +} +.string:visited { + color: #d69d85; + text-decoration: none; +} + +.string:hover { + color: #569cd6; + text-decoration: underline; +} + +.type { + color: #4ec9b0; +} + +.keyword { + color: #569cd6 !important; +} + +.codeLinks:link { + text-decoration: none; + color: white; +} +.codeLinks:visited { + text-decoration: none; + color: white; +} + +.codeLinks:hover { + color: #569cd6; + text-decoration: underline; +} +.comment { + color: 57a64a; +} +.linesNum { + color: #2b91af !important; +} + +.intro { + background-color: #00a7dc; +} \ No newline at end of file diff --git a/Website/css/style.css b/Website/css/style.css new file mode 100644 index 0000000..ebde9f5 --- /dev/null +++ b/Website/css/style.css @@ -0,0 +1,54 @@ +body { + margin: 0px; +} +.navbar { + background-color: rgb(34, 34, 33); + padding: 10px; + font-family: 'Courier New', Courier, monospace; + position: fixed; + right: 0%; + left: 0%; +} +.navbar a { + color: white; + font-size: 26px; + text-decoration: none; +} +.navbar a:hover { + color: gray; +} +.navbar ul { + display: inline; + list-style: none; +} +.navbar li { + display: inline; + margin-right: 20px; +} +.navbar li a { + font-size: 20px !important; +} +.content { + padding-top: 50px; +} + +.gallery { + margin: 10px 50px; + font-family: 'Courier New', Courier, monospace; +} +.gallery img { + transition: .25s; + object-fit: cover; + max-width: 300px; + height: 200px; + margin: 2px; +} +.gallery img:hover { + filter: brightness(125%); + transform: scale(1.25); +} +.header { + color: black; + font-size: 36px; + font-weight: bold; +} \ No newline at end of file diff --git a/Website/cv.html b/Website/cv.html new file mode 100644 index 0000000..425a8a3 --- /dev/null +++ b/Website/cv.html @@ -0,0 +1,63 @@ + + + Hello, World! - FoxSharp + + + +
+
+

Hello, World!

+

My name is Michael.
+ I'm a middle C# developer,
+ and this is my curriculum vitae.

+
+
+
+
+ 0
+ 1
+ 2
+ 3
+ 4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
+ 11
+ 12
+ 13
+ 14
+
+
+  if (You.InterestedInMe)
+     ContactMe();

+ + //All links are clickable
public void ContactMe()
+ {
+     string email = "mihcael.xfox@outlook.com";
+     Link[] socialNetworks = new Link[]
+     {
+         new Link("LinkedIn", "https://linkedin.com/xfox"),
+         new Link("GitHub", "https://github.com/xfox111"),
+         new Link("Twitter", "https://twitter.com/xfox111"),
+         new Link("Vkontakte", "https://vk.com/xfox.mike")
+     }
+ }
+
+
+
+
goto
+
Introduction;
+
+ Introduction;
+ About_me;
+ My_skills;
+ My_projects;
+ Contact_me;
+
+
+ + \ No newline at end of file diff --git a/Website/projects.html b/Website/projects.html new file mode 100644 index 0000000..e69de29