diff --git a/img/1.png b/img/1.png new file mode 100644 index 0000000..27e91ff Binary files /dev/null and b/img/1.png differ diff --git a/img/2.png b/img/2.png new file mode 100644 index 0000000..078ebb6 Binary files /dev/null and b/img/2.png differ diff --git a/img/3.png b/img/3.png new file mode 100644 index 0000000..32112e6 Binary files /dev/null and b/img/3.png differ diff --git a/img/4.png b/img/4.png new file mode 100644 index 0000000..ec05102 Binary files /dev/null and b/img/4.png differ diff --git a/img/5.png b/img/5.png new file mode 100644 index 0000000..c82c5eb Binary files /dev/null and b/img/5.png differ diff --git a/img/6.png b/img/6.png new file mode 100644 index 0000000..5e92c25 Binary files /dev/null and b/img/6.png differ diff --git a/img/Groupe 8467.png b/img/Groupe 8467.png new file mode 100644 index 0000000..205af74 Binary files /dev/null and b/img/Groupe 8467.png differ diff --git a/img/Groupe de masques 16.jpg b/img/Groupe de masques 16.jpg new file mode 100644 index 0000000..f375cc9 Binary files /dev/null and b/img/Groupe de masques 16.jpg differ diff --git a/img/Groupe de masques 18.png b/img/Groupe de masques 18.png new file mode 100644 index 0000000..a0be77e Binary files /dev/null and b/img/Groupe de masques 18.png differ diff --git a/img/Groupe de masques 19.png b/img/Groupe de masques 19.png new file mode 100644 index 0000000..14b73d6 Binary files /dev/null and b/img/Groupe de masques 19.png differ diff --git a/img/Groupe de masques 6.png b/img/Groupe de masques 6.png new file mode 100644 index 0000000..f45bfe4 Binary files /dev/null and b/img/Groupe de masques 6.png differ diff --git a/img/Union 1.png b/img/Union 1.png new file mode 100644 index 0000000..4847183 Binary files /dev/null and b/img/Union 1.png differ diff --git a/img/Union 2.png b/img/Union 2.png new file mode 100644 index 0000000..a193f26 Binary files /dev/null and b/img/Union 2.png differ diff --git a/img/Union 3.png b/img/Union 3.png new file mode 100644 index 0000000..876d62a Binary files /dev/null and b/img/Union 3.png differ diff --git a/img/Union 4.png b/img/Union 4.png new file mode 100644 index 0000000..8d41ab2 Binary files /dev/null and b/img/Union 4.png differ diff --git a/img/baner.jpg b/img/baner.jpg new file mode 100644 index 0000000..d125fb5 Binary files /dev/null and b/img/baner.jpg differ diff --git a/img/mail.png b/img/mail.png new file mode 100644 index 0000000..0710360 Binary files /dev/null and b/img/mail.png differ diff --git a/img/map.png b/img/map.png new file mode 100644 index 0000000..d58f10b Binary files /dev/null and b/img/map.png differ diff --git a/img/phone.png b/img/phone.png new file mode 100644 index 0000000..b51c9c6 Binary files /dev/null and b/img/phone.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..f70159c --- /dev/null +++ b/index.html @@ -0,0 +1,553 @@ + + + + + + + + + + + + + + + + + + + + + Mark Antony + + +
+
+ + +
+

+ hello ,i am
+ Mark Antony
+ Ux Designer and Developer +

+ +
+
+
+
+
+
+
+
+
+
+
+

my services

+
+ I am a Highly experienced Web designer and developer. I also + provide photography and videography service. I have done lots of + design projects for big organisation as well as various smaller + startups, I love to help those people who want a creative and + modern looking website design. I made 200 videos and 600 + different types photography +
+ +
+
+
+
+ + + +
+

Web Design

+

+ website development service gives you a simple, quick and + secure way of getting your dream website. +

+
+
+ +
+ + + +
+

Photography

+

+ Professional photography for event birthday parties or any + other small private celebration. +

+
+
+ +
+ + + +
+

Videography

+

+ Standard video projects are usually between 5 to 30 minutes in + length, although can sometimes be longer. +

+
+
+ +
+ + + +
+

Web Development

+

+ website development service gives you a simple, quick and + secure way of getting your dream website. +

+
+
+
+
+
+
+ +
+
+
+
+
+ +

Watch My Story

+
+
+
+
+
+ +
+
+
+
+

My Skills

+

+ I am using various digital tool for my services. Most are adobe + product. Check out my
+ skill level from below graphs. +

+
+
+
+
+
+
+ + + + +
+

75 %

+
+
+

Adobe xd

+
+
+ +
+
+
+ + + + +
+

70 %

+
+
+

Adobe Illustrator

+
+
+ +
+
+
+ + + + +
+

95 %

+
+
+

Adobe Photoshop

+
+
+ +
+
+
+ + + + +
+

60 %

+
+
+

Adobe Indesign

+
+
+ +
+
+
+ + + + +
+

85%

+
+
+

Adobe After Effects

+
+
+
+
+
+
+
+ +
+
+
+
+
+

My Portfolio

+

+ The portfolio is conveying quality and experience of my + services. See my portfolio to
+ understand how qualifyed and experience I am. +

+
+
+ +
+
+
+ +
+
+
+
+

Testimonial

+
+ +
+
+ +
+
+
+
+
+ +
+
+
+ I am available for new projects. Want to wark with me? +
+ +
+
+ + + + + + + + + diff --git a/js.js b/js.js new file mode 100644 index 0000000..d26f924 --- /dev/null +++ b/js.js @@ -0,0 +1,6 @@ +var menu = document.querySelector(".bars"); +var addClass = document.querySelector(".menu"); + +menu.addEventListener("click", function () { + addClass.classList.toggle("show"); +});