diff --git a/README.md b/README.md old mode 100644 new mode 100755 index 249fd1c..08f56fa --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -# tp-web-statique-agency +# Agency +Exercice du cours web statique dans le cadre de ma formation CDA chez Human Booster \ No newline at end of file diff --git a/annexes/exercice.png b/annexes/exercice.png new file mode 100755 index 0000000..e341a2b Binary files /dev/null and b/annexes/exercice.png differ diff --git a/assets/favicon.ico b/assets/favicon.ico new file mode 100755 index 0000000..9356735 Binary files /dev/null and b/assets/favicon.ico differ diff --git a/assets/img/about/1.jpg b/assets/img/about/1.jpg new file mode 100755 index 0000000..6ee7ce9 Binary files /dev/null and b/assets/img/about/1.jpg differ diff --git a/assets/img/about/2.jpg b/assets/img/about/2.jpg new file mode 100755 index 0000000..c490eef Binary files /dev/null and b/assets/img/about/2.jpg differ diff --git a/assets/img/about/3.jpg b/assets/img/about/3.jpg new file mode 100755 index 0000000..954caf1 Binary files /dev/null and b/assets/img/about/3.jpg differ diff --git a/assets/img/about/4.jpg b/assets/img/about/4.jpg new file mode 100755 index 0000000..2771ecd Binary files /dev/null and b/assets/img/about/4.jpg differ diff --git a/assets/img/close-icon.svg b/assets/img/close-icon.svg new file mode 100755 index 0000000..3924563 --- /dev/null +++ b/assets/img/close-icon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/header-bg.jpg b/assets/img/header-bg.jpg new file mode 100755 index 0000000..eaf775e Binary files /dev/null and b/assets/img/header-bg.jpg differ diff --git a/assets/img/hover.png b/assets/img/hover.png new file mode 100755 index 0000000..da12161 Binary files /dev/null and b/assets/img/hover.png differ diff --git a/assets/img/logos/facebook.svg b/assets/img/logos/facebook.svg new file mode 100755 index 0000000..f0b0257 --- /dev/null +++ b/assets/img/logos/facebook.svg @@ -0,0 +1,34 @@ + + + + + + + + diff --git a/assets/img/logos/google.svg b/assets/img/logos/google.svg new file mode 100755 index 0000000..6ab9742 --- /dev/null +++ b/assets/img/logos/google.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + diff --git a/assets/img/logos/ibm.svg b/assets/img/logos/ibm.svg new file mode 100755 index 0000000..b491e0c --- /dev/null +++ b/assets/img/logos/ibm.svg @@ -0,0 +1,24 @@ + + + + + + diff --git a/assets/img/logos/microsoft.svg b/assets/img/logos/microsoft.svg new file mode 100755 index 0000000..0284b59 --- /dev/null +++ b/assets/img/logos/microsoft.svg @@ -0,0 +1,42 @@ + + + + + + + + + + diff --git a/assets/img/map-image.png b/assets/img/map-image.png new file mode 100755 index 0000000..a047a27 Binary files /dev/null and b/assets/img/map-image.png differ diff --git a/assets/img/navbar-logo.svg b/assets/img/navbar-logo.svg new file mode 100755 index 0000000..7eb299b --- /dev/null +++ b/assets/img/navbar-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/img/portfolio/1.jpg b/assets/img/portfolio/1.jpg new file mode 100755 index 0000000..098362d Binary files /dev/null and b/assets/img/portfolio/1.jpg differ diff --git a/assets/img/portfolio/2.jpg b/assets/img/portfolio/2.jpg new file mode 100755 index 0000000..5b1790d Binary files /dev/null and b/assets/img/portfolio/2.jpg differ diff --git a/assets/img/portfolio/3.jpg b/assets/img/portfolio/3.jpg new file mode 100755 index 0000000..c33b3be Binary files /dev/null and b/assets/img/portfolio/3.jpg differ diff --git a/assets/img/portfolio/4.jpg b/assets/img/portfolio/4.jpg new file mode 100755 index 0000000..fb22868 Binary files /dev/null and b/assets/img/portfolio/4.jpg differ diff --git a/assets/img/portfolio/5.jpg b/assets/img/portfolio/5.jpg new file mode 100755 index 0000000..5accc9c Binary files /dev/null and b/assets/img/portfolio/5.jpg differ diff --git a/assets/img/portfolio/6.jpg b/assets/img/portfolio/6.jpg new file mode 100755 index 0000000..5c708a8 Binary files /dev/null and b/assets/img/portfolio/6.jpg differ diff --git a/assets/img/team/1.jpg b/assets/img/team/1.jpg new file mode 100755 index 0000000..5bb99e0 Binary files /dev/null and b/assets/img/team/1.jpg differ diff --git a/assets/img/team/2.jpg b/assets/img/team/2.jpg new file mode 100755 index 0000000..5390263 Binary files /dev/null and b/assets/img/team/2.jpg differ diff --git a/assets/img/team/3.jpg b/assets/img/team/3.jpg new file mode 100755 index 0000000..e2cfebf Binary files /dev/null and b/assets/img/team/3.jpg differ diff --git a/custom.css b/custom.css new file mode 100755 index 0000000..480ae78 --- /dev/null +++ b/custom.css @@ -0,0 +1,129 @@ +:root { + --yellow-primary: rgb(255, 200, 43); +} + +a { + text-decoration: none; +} + +header { + background-image: url(assets/img/header-bg.jpg); + background-size: cover; + background-repeat: no-repeat; + background-position: center; + background-color: burlywood; + text-align: center; + color: #FFF; + + #logo { + color: var(--yellow-primary); + } + + nav { + text-transform: uppercase; + padding-top: 15px; + + ul { + list-style-type: none; + + li a { + color: rgba(255, 255, 255, 0.8); + transition: color .2s; + margin: 0 15px; + + &:hover { + color: var(--yellow-primary); + } + } + } + } + + .header-baseline { + padding-block: 100px; + + p:first-of-type { + font-style: italic; + font-size: 1.5rem; + } + + p:last-of-type { + text-transform: uppercase; + font-size: 2.5rem; + font-weight: 700; + } + + button { + background-color: var(--yellow-primary); + color: #FFF; + border: none; + border-radius: 3px; + box-shadow: none; + padding: 10px 25px; + text-transform: uppercase; + font-weight: 700; + } + } +} + +section { + text-align: center; + + .section-title, .card-title { + text-transform: uppercase; + font-weight: 700; + margin-top: 50px; + } + + .section-description, .card-description { + font-weight: 300; + color: rgba(0, 0, 0, .7); + } + + .card-title { + text-transform: capitalize; + margin-top: 15px; + } + + .card-description { + line-height: 1.5; + margin-top: 15px; + } + + i { + background-color: var(--yellow-primary); + color: #FFF; + border-radius: 50%; + padding: 25px; + font-size: 2rem; + margin-top: 25px; + } +} + +#section-portfolio { + background-color: rgba(0, 0, 0, 0.1); + + .portfolio-card { + background-color: #FFF; + padding: 0; + margin: 15px; + } +} + +#section-about { + + .about-card { + + } + + .about-img { + border-radius: 50%; + } + + .about-img-right { + float: right; + } + + .about-img-left { + float: left; + } +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100755 index 0000000..0f07324 --- /dev/null +++ b/index.html @@ -0,0 +1,273 @@ + + + + + + + Agency + + + +
+ + +
+

Welcome to our studio!

+

It's nice to meet you

+ +
+
+
+ +
+

Services

+

Lorem ipsum dolor sit amet, consectetur.

+
+
+
+ +
E-Commerce
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus + accusantium alias dolorem ea impedit iste necessitatibus nostrum, officiis quas repellendus + saepe, vel. Animi beatae ea, est expedita magnam quam quia.

+
+
+ +
Responsive Design
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus + accusantium alias dolorem ea impedit iste necessitatibus nostrum, officiis quas repellendus + saepe, vel. Animi beatae ea, est expedita magnam quam quia.

+
+
+ +
Web Security
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Accusamus + accusantium alias dolorem ea impedit iste necessitatibus nostrum, officiis quas repellendus + saepe, vel. Animi beatae ea, est expedita magnam quam quia.

+
+
+
+
+ +
+

Portfolio

+

Lorem ipsum dolor sit amet, consectetur.

+
+ +
+ +
+ +
Threads
+

Illustration

+
+ +
+ +
Explore
+

Graphic Design

+
+ +
+ +
Finish
+

Identity

+
+
+ +
+ +
+ +
Lines
+

Branding

+
+ +
+ +
Southwest
+

Website Design

+
+ +
+ +
Window
+

Photography

+
+
+
+
+ +
+

About

+

Lorem ipsum dolor sit amet, consectetur.

+
+
+ +
+
+

2009-2011

+

Our Humble Beginings

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aliquam, autem + consequuntur debitis deserunt distinctio dolorem exercitationem facere fugiat illum incidunt + ipsum laboriosam molestias mollitia optio perferendis quae repellendus rerum.

+
+ +
+ +
+ +
+

March 2011

+

An Agency is Born

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aliquam, autem + consequuntur debitis deserunt distinctio dolorem exercitationem facere fugiat illum incidunt + ipsum laboriosam molestias mollitia optio perferendis quae repellendus rerum.

+
+
+ +
+
+

December 2015

+

Transition to Full Service

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aliquam, autem + consequuntur debitis deserunt distinctio dolorem exercitationem facere fugiat illum incidunt + ipsum laboriosam molestias mollitia optio perferendis quae repellendus rerum.

+
+ +
+ +
+ +
+

July 2020

+

Phase Two Expansion

+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci aliquam, autem + consequuntur debitis deserunt distinctio dolorem exercitationem facere fugiat illum incidunt + ipsum laboriosam molestias mollitia optio perferendis quae repellendus rerum.

+
+
+ +

Be Part of Our Story!

+
+
+
+ +
+
+

Our Amazing Team

+

Lorem ipsum dolor sit amet, consectetur.

+
+ +
+ +

Parveen Anand

+

Lead Designer

+
+ + + +
+
+ +
+ +

Diana Petersen

+

Lead Marketer

+
+ + + +
+
+ +
+ +

Larry Parker

+

Lead Developer

+
+ + + +
+
+
+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aspernatur dignissimos + esse excepturi + inventore iusto nesciunt similique velit voluptas.

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

Contact Us

+

Lorem ipsum dolor sit amet, consectetur.

+
+
+ + + + + + +
+
+ + +
+ +
+
+
+
+ + + + + + \ No newline at end of file