diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/.idea/ccbpcodeswebpartone.iml b/.idea/ccbpcodeswebpartone.iml new file mode 100644 index 0000000..d6ebd48 --- /dev/null +++ b/.idea/ccbpcodeswebpartone.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..639900d --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..b97f1f2 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations.xml b/.idea/runConfigurations.xml new file mode 100644 index 0000000..797acea --- /dev/null +++ b/.idea/runConfigurations.xml @@ -0,0 +1,10 @@ + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/3TTZ6LKKUR_la_foundations_page/la_foundations_page.css b/3TTZ6LKKUR_la_foundations_page/la_foundations_page.css new file mode 100644 index 0000000..bde0342 --- /dev/null +++ b/3TTZ6LKKUR_la_foundations_page/la_foundations_page.css @@ -0,0 +1,51 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://assets.ccbp.in/frontend/static-website/foundations-bg.png'); + height: 50vh; + width: 250vw; + background-size: cover; +} + +.bottom-section { + padding: 15px; + border-top-left-radius: 50px; + border-top-right-radius: 50px; + border-radius: 25px; +} + +.heading { + font-size: 25px; + font-family: Roboto; + color: #323f4b; + font-weight: bold; +} + +.description { + font-family: Roboto; + font-size: 15px; + font-weight: 500; + color: #7b8794; +} + +.courses-card { + width: 120px; + padding: 15px; + border-color: #cbd2d9; + border-radius: 10px; + border-width: 2px; + border-style: solid; + margin: 15px; +} + +.courses-card-image { + height: 50px; + width: 50px; +} + +.courses-name { + font-family: Roboto; + font-size: 15px; + font-weight: bold; + color: #323f4b; +} \ No newline at end of file diff --git a/3TTZ6LKKUR_la_foundations_page/la_foundations_page.html b/3TTZ6LKKUR_la_foundations_page/la_foundations_page.html new file mode 100644 index 0000000..0ab9141 --- /dev/null +++ b/3TTZ6LKKUR_la_foundations_page/la_foundations_page.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + +
+
+

Foundations

+

Learn courses that will help + you move forward in your career

+
+
+ +

Python

+
+
+ +

Javascript

+
+
+
+
+ +

HTML 5

+
+
+ +

Java

+
+
+
+ + + + \ No newline at end of file diff --git a/3WEAYIYDQS_la_covid19_page/la_covid19_page.css b/3WEAYIYDQS_la_covid19_page/la_covid19_page.css new file mode 100644 index 0000000..286273a --- /dev/null +++ b/3WEAYIYDQS_la_covid19_page/la_covid19_page.css @@ -0,0 +1,148 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.covid-container { + border-style: solid; + border-color: #0967d219; + border-width: 5px; + margin: 10px; +} + +.covid-header { + background-color: #ffffff; + padding: 15px; + +} + +.covid-heading-text { + color: #0967d2; + font-family: Roboto; + font-size: 25px; + font-weight: 500; +} + +.button { + background-color: #0967d2; + color: #ffffff; + font-family: Roboto; + font-size: 15px; + height: 30px; + width: 100px; + border-top-left-radius: 10px; + border-top-right-radius: 10px; + border-bottom-left-radius: 10px; + border-bottom-right-radius: 10px; + border-width: 0px; +} + +.covid-card-container { + background-color: #0967d219; + padding: 10px; + margin: 10px; + border-radius: 25px; +} + +.covid-card-heading { + color: #0967d2; + font-family: Roboto; + font-size: 20px; + font-weight: 400; + padding: 5px; +} + +.covid-card-description { + color: #323f4b; + font-family: Roboto; + font-size: 15px; + font-weight: 500; +} + +.covid-card-image { + width: 40px; + height: 50px; + margin: 10px; +} + +.symptoms-container-heading { + color: #323f4b; + font-family: Roboto; + font-size: 20px; + padding: 15px; +} + +.heading-videos { + color: #323f4b; + font-family: Roboto; + font-size: 20px; + padding: 15px; + font-weight: 500; +} + +.covid-card-text-container { + padding: 5px; +} + +.image1 { + background-color: #3ebd93; + width: 40px; + height: 40px; + margin: 10px; +} + +.heading { + color: #323f4b; + font-family: Roboto; + margin: 15px; + +} + +.cough-img { + background-color: #3ebd93; + margin: 10px; + padding: 15px; + border-radius: 5px; +} + +.fever-img { + background-color: #e668a7; + margin: 10px; + padding: 15px; + border-radius: 5px; +} + +.headache-img { + background-color: #0967d2; + margin: 10px; + padding: 15px; + border-radius: 5px; +} + +.heading-videos { + color: #323f4b; + font-family: Roboto; + font-family: 12px; + padding: 15px; +} + +.videos-card-container { + background-color: #e12d3919; + margin: 15px; +} + +.doctor-image { + width: 80px; + height: 80px; + padding: 15px; +} + +.heading1 { + color: #707070; + font-family: Roboto; + font-size: 20px; + font-weight: 900; +} + +.description1 { + color: #707070; + font-family: Roboto; + font-size: 15px; +} \ No newline at end of file diff --git a/3WEAYIYDQS_la_covid19_page/la_covid19_page.html b/3WEAYIYDQS_la_covid19_page/la_covid19_page.html new file mode 100644 index 0000000..6aff031 --- /dev/null +++ b/3WEAYIYDQS_la_covid19_page/la_covid19_page.html @@ -0,0 +1,60 @@ + + + + + + + + + + + +
+
+
+

All you need to know about COVID-19

+ +
+ +
+
+
+ +
+
+

COVID-19 Test

+

If you think you have + exposed to novel coronavirus(COVID-19)...more

+
+
+ +

Symptoms

+ +
+
+ +

Dry Cough

+
+
+ +

High Fever

+
+
+ +

Headache

+
+
+ +

Videos

+
+ +
+

To prevent the spread of ...

+

If you think you have been exposed to novel corona virus (COVID-19)

+ +
+
+
+ + + \ No newline at end of file diff --git a/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.css b/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.css new file mode 100644 index 0000000..94bad88 --- /dev/null +++ b/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.css @@ -0,0 +1,56 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/arvrbg.png'); + background-size: cover; + height: 100vh; +} + +.advanced-tech-card { + background-color: #ffffff; + border-top-right-radius: 25px; + border-top-left-radius: 25px; + padding: 15px; +} + +.advanced-tech-card-heading { + color: #5752ab; + font-family: Bree Serif; + font-size: 25px; +} + +.advanced-tech-card-paragraph { + color: #5752ab; + font-family: Roboto; + font-size: 15px; + font-weight: bold; +} + +.learn-more-button { + color: #5752ab; + background-color: #ffffff; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 130px; + height: 40px; + border-style: solid; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; +} + +.save-draft-button { + color: #ffffff; + background-color: #5752ab; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 130px; + height: 40px; + border-style: solid; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; + +} \ No newline at end of file diff --git a/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.html b/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.html new file mode 100644 index 0000000..9031803 --- /dev/null +++ b/3ZSG70XSIB_la_advanced_tech_page/la_advanced_tech_page.html @@ -0,0 +1,24 @@ + + + + + + + + + + + +
+
+

Advanced Technologies

+

Machinery and equipment developed from the application of scientific knowledge.

+ + + +
+ +
+ + + \ No newline at end of file diff --git a/45YKX7A3QH_la_news_page/la_news_page.css b/45YKX7A3QH_la_news_page/la_news_page.css new file mode 100644 index 0000000..b10edad --- /dev/null +++ b/45YKX7A3QH_la_news_page/la_news_page.css @@ -0,0 +1,53 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/newsbg.png'); + background-size: cover; + height: 100vh; +} + +.news-page-card { + background-color: #ffffff; + border-top-right-radius: 25px; + border-top-left-radius: 25px; + padding: 9px; +} + +.news-card-title { + font-size: 12px; + color: #7b8794; + font-family: Roboto; + padding: 15px; +} + +.news-card-heading { + font-size: 18px; + color: #323f4b; + font-weight: 500; + padding: 10px; +} + +.news-card-description { + color: #7b8794; + font-family: Roboto; + font-weight: normal; + font-size: 15px; + + +} + +.Read-more { + background-color: #323f4b; + color: #ffffff; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 100px; + height: 40px; + border-style: solid; + border-width: 0px; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; + padding: 5px; +} \ No newline at end of file diff --git a/45YKX7A3QH_la_news_page/la_news_page.html b/45YKX7A3QH_la_news_page/la_news_page.html new file mode 100644 index 0000000..d4ca498 --- /dev/null +++ b/45YKX7A3QH_la_news_page/la_news_page.html @@ -0,0 +1,23 @@ + + + + + + + + + + + +
+
+

NEWS OF THE DAY

+

iB Cricket announces world's first Virtual Reality Cricket League

+

iB Cricket and Viu together have announced the World's + first virtual reality cricket league featuring 12 international cricketers,who will be competing against each other for the iB Cricket Super Over League title in Mumbai.Iconic cricketers like Virender Sehwag,Suresh Raina,Brendon McCullum will be competing in the league.

+ +
+
+ + + \ No newline at end of file diff --git a/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.css b/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.css new file mode 100644 index 0000000..6af72ce --- /dev/null +++ b/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.css @@ -0,0 +1,229 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.my-projects-home-page { + width: 100vw; + height: 100vh; +} + +.software-developer-image { + width: 80vw; + margin: 15px; +} + +.my-projects-heading { + font-family: Bree Serif; + font-size: 25px; + text-align: center; + font-weight: 700; + color: #616e7c; +} + +.my-projects-description { + font-family: Bree Serif; + font-weight: 400; + color: #616e7c; + font-size: 12px; + text-align: center; +} + +.my-projects-image { + height: 20vh; + width: 45vw; + padding: 15px; +} + +/* advanced-technologies-css */ +.advanced-tech-card-bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/arvrbg.png'); + background-size: cover; + height: 100vh; +} + +.advanced-tech-card { + background-color: #ffffff; + border-top-right-radius: 25px; + border-top-left-radius: 25px; + padding: 15px; +} + +.advanced-tech-card-heading { + color: #5752ab; + font-family: Bree Serif; + font-size: 25px; +} + +.advanced-tech-card-paragraph { + color: #5752ab; + font-family: Roboto; + font-size: 15px; + font-weight: bold; +} + +.learn-more-button { + color: #5752ab; + background-color: #ffffff; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 130px; + height: 40px; + border-style: solid; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; +} + +.save-draft-button { + color: #ffffff; + background-color: #5752ab; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 130px; + height: 40px; + border-style: solid; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; +} + +/* diwali section css */ +.diwali-top-section { + background-image: url("https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/diwali-bg.png"); + height: 30vh; + background-size: cover; +} + +.diwali-top-section-heading { + color: white; + font-family: "Caveat"; + font-size: 36px; + width: 200px; + padding: 20px; +} + +.diwali-bottom-section { + text-align: center; + background-color: #e6f6ff; + padding: 15px; +} + +.diwali-card-item { + text-align: center; + background-color: white; + width: 140px; + border-radius: 9px; + padding: 16px; + margin: 15px; +} + +.diwali-card-image { + height: 64px; + width: 64px; +} + +.diwali-card-name { + color: #616e7c; + font-family: "Roboto"; + font-size: 12px; + font-weight: normal; +} + +.diwali-card-price { + color: #323f4b; + font-family: "Roboto"; + font-size: 16px; + font-weight: 500; +} + +/* section-food-css */ +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/foodbg.png'); + height: 100vh; + background-size: cover; +} + +.order { + background-color: #f6c56e; + border-top-left-radius: 25px; + border-top-right-radius: 25px; + padding: 25px; +} + +.order-title { + font-family: Bree Serif; + /* padding: 5px; */ + color: #323f4b; + font-size: 30px; +} + +.order-paragraph { + font-family: "Roboto"; + color: #323f4b; + font-weight: bold; + font-size: 15px; +} + +.button { + background-color: #ffffff; + font-family: "Roboto"; + font-size: 12px; + width: 100px; + height: 35px; + padding: 15px; + border-width: 0px; + border-radius: 10px; +} + +/* section-news-paper-css */ +.news-paper-bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/newsbg.png'); + background-size: cover; + height: 100vh; +} + +.news-page-card { + background-color: #ffffff; + border-top-right-radius: 25px; + border-top-left-radius: 25px; + padding: 9px; +} + +.news-card-title { + font-size: 12px; + color: #7b8794; + font-family: Roboto; + padding: 15px; +} + +.news-card-heading { + font-size: 18px; + color: #323f4b; + font-weight: 500; + padding: 10px; +} + +.news-card-description { + color: #7b8794; + font-family: Roboto; + font-weight: normal; + font-size: 15px; + + +} + +.Read-more { + background-color: #323f4b; + color: #ffffff; + font-family: Roboto; + font-size: 12px; + font-weight: 400; + width: 100px; + height: 40px; + border-style: solid; + border-width: 0px; + border-color: #d7dfe9; + border-radius: 8px; + margin: 5px; + padding: 5px; +} \ No newline at end of file diff --git a/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.html b/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.html new file mode 100644 index 0000000..2a4c8ea --- /dev/null +++ b/5RLYHKE0H4_la_my_projects_page/la_my_projects_page.html @@ -0,0 +1,105 @@ + + + + + + + + + + + +
+
+ +

My Projects

+

These are a few of my Static Website Projects + that I have developed using HTML,CSS and Bootstrap.

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

Advanced Technologies

+

Machinery and equipment developed from the application of scientific knowledge.

+ + + +
+
+
+
+
+

+ Celebrate Diwali with your friends +

+
+
+
+
+ +

Diwali Air Balloon

+

Rs 369

+
+ +
+ +

Diwali - Lamp

+

Rs 50

+
+
+
+
+ +

Sparklers

+

Rs 150

+
+ +
+ +

Fire Cracker

+

Rs 560

+
+
+ + +
+
+
+
+
+

Happy Meals

+

Discover the best foods over the 1,000 restaurants

+ + +
+
+
+ +
+
+
+

NEWS OF THE DAY

+

iB Cricket announces world's first Virtual Reality Cricket League

+

iB Cricket and Viu together have announced the World's + first virtual reality cricket league featuring 12 international cricketers,who will be competing against each other for the iB Cricket Super Over League title in Mumbai.Iconic cricketers like Virender Sehwag,Suresh Raina,Brendon McCullum will be competing in the league.

+ + +
+
+
+ + + + \ No newline at end of file diff --git a/79859LG4I3_la_podcast_page/la_podcast_page.css b/79859LG4I3_la_podcast_page/la_podcast_page.css new file mode 100644 index 0000000..59c7757 --- /dev/null +++ b/79859LG4I3_la_podcast_page/la_podcast_page.css @@ -0,0 +1,110 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.podcasts-bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/podcasts-bg.png'); + height: 30vh; + background-size: cover; + padding: 15px; +} + +.podcasts-heading { + color: #ffffff; + font-size: 25px; + font-weight: 400; +} + +.podcasts-card-container { + padding: 15px; +} + +.podcasts-images { + height: 90px; + width: 100px; + margin: 10px; +} + +.podcasts-title { + color: #151765; + font-family: Roboto; + font-size: 15px; + font-weight: bold; + margin-top: 5px; + +} + +.podcasts-episodes { + color: #5a7184; + font-size: 13px; + font-family: Roboto; + font-weight: 500; + justify-content: center; +} + +.podcast-header { + background-color: #151765; + padding: 15px; + height: 200px; +} + +.podcast-image { + width: 160px; + height: 160px; + padding: 10px; +} + +.category { + color: #ffffff; + font-family: Roboto; + font-size: 15px; + padding: 5px; +} + +.podcast-title { + color: #ffffff; + font-family: Roboto; + font-size: 20px; + font-weight: 700; +} + +.podcast-caption { + color: #ffffff; + font-size: 15px; + font-family: Roboto; +} + +.podcast-text-container { + padding: 25px; +} + +.podcast-heading { + color: #151765; + font-size: 15px; + font-family: Roboto; + font-weight: bold; +} + +.podcast-description { + font-family: Roboto; + color: #151765; + font-size: 12px; + font-weight: 400; +} + +.podcast-time { + color: #151765; + font-size: 12px; + font-weight: 400; + font-family: Roboto; +} + +.button-container { + margin: 10px; +} + +.button { + width: 90px; + border-radius: 25px; + border-width: 0px; + background-color: #151765; + color: #ffffff; +} \ No newline at end of file diff --git a/79859LG4I3_la_podcast_page/la_podcast_page.html b/79859LG4I3_la_podcast_page/la_podcast_page.html new file mode 100644 index 0000000..e8c6848 --- /dev/null +++ b/79859LG4I3_la_podcast_page/la_podcast_page.html @@ -0,0 +1,253 @@ + + + + + + + + + + + +
+
+

Podcasts

+
+
+
+ +

Puri Jagannadh

+

24 Episodes

+
+
+ +

Tedx talks

+

12 Episodes

+
+
+ +
+
+ +

Sadhguru

+

49 Episodes

+
+
+ +

On purpose

+

49 Episodes

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

Podcast

+

Puri Jagannadh Podcast

+

The Puri Jagannadh Podcast

+
+
+
+ +
+

Molecular Gastronomy

+

+ Anything happens there it will not cook,...

+

15 min

+
+
+
+ +
+

Mysterious book

+

+ The Voyinch manuscript is the 15th century book...

+

12 min

+
+
+
+ +
+

Predator Drone

+

+ The most power full dronem It is 10 feet height

+

10 min

+
+
+ +
+ +
+

Paella

+

+ The national dish of spain.It was first star

+

6 min

+
+
+
+ +
+
+
+
+ +
+

Podcast

+

The Tedx Podcast

+

The Tedx Podcast

+
+
+
+ +
+

The science of friction

+

+ Tribology:It's a funny sounding word you might,...

+

12 min

+
+
+
+ +
+

Unleash you

+

+ What can we learn from the world's most enduringly...

+

8 min

+
+
+
+ +
+

3 psychological tricks

+

+ We all want to save more money-but overall, ....

+

10 min

+
+
+ +
+ +
+

The case for stubborn

+

+ This decade is a moment of choice until any we ....

+

12 min

+
+
+
+ +
+
+
+
+ +
+

Podcast

+

The Sadhguru Podcast

+

The Sadhguru Podcast

+
+
+
+ +
+

Head or heart

+

+ Sadhguru shares his wisdom on how to make ...

+

16 min

+
+
+
+ +
+

How to equip yourself

+

+ Society and human interactions are going...

+

13 min

+
+
+
+ +
+

How not to get irritated

+

+ How do you see an unpleasant spouse the...

+

15 min

+
+
+ +
+ +
+

Isha Kriya

+

+ Rooted in the timeless wisdom if the yogic....

+

16 min

+
+
+
+ +
+
+
+
+ +
+

Podcast

+

On Purpose with Jay

+

The Jay Shetty Podcast

+
+
+
+ +
+

Patrick Bet Dravid

+

+ Are you an entrepreneur or have dreams of mental...

+

10 min

+
+
+
+ +
+

5 Techniques to cope

+

+ Does anxiety looms around every corner of your...

+

4 min

+
+
+
+ +
+

Radhanath Swami ON

+

+ World renowned spiritual leader and philanthropist...

+

12 min

+
+
+ +
+ +
+

3 Ways to let go

+

+ Do the opinions of others veer you from the core....

+

12 min

+
+
+
+ +
+
+ + + + + + + \ No newline at end of file diff --git a/8EEGQ0UIM4_la_goa_page/la_goa_page.css b/8EEGQ0UIM4_la_goa_page/la_goa_page.css new file mode 100644 index 0000000..3b4413f --- /dev/null +++ b/8EEGQ0UIM4_la_goa_page/la_goa_page.css @@ -0,0 +1,45 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.about-section { + padding: 25px; +} + +.about-section-heading { + color: #323f4b; + font-family: Roboto; + font-size: 20px; + font-weight: bold; +} + +.about-section-description { + color: #9aa5b1; + font-family: Roboto; + font-size: 15px; +} + +.more-pictures-section { + /* padding: 5px; */ + margin: 15px; +} + +.more-pictures-heading { + color: #323f4b; + font-family: Roboto; + font-size: 20px; + font-weight: bold; +} + +.videos-section { + padding: 10px; +} + +.videos-section-heading { + color: #323f4b; + font-family: Roboto; + font-size: 20px; + font-weight: bold; +} + +.embed-responsive-item { + margin: 10px; +} \ No newline at end of file diff --git a/8EEGQ0UIM4_la_goa_page/la_goa_page.html b/8EEGQ0UIM4_la_goa_page/la_goa_page.html new file mode 100644 index 0000000..6844ea3 --- /dev/null +++ b/8EEGQ0UIM4_la_goa_page/la_goa_page.html @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + +
+

About

+

Goa is known for its striking landscape, + famous beaches in India,astounding monuments and churches and bursting Goa nightlife. + Goa is one of the most visited tourist places in India,especially on weekends,as + it is not very far from Mumbai and having Panaji as it is not very far from Mumbai + and having Panaji as its capital and Vasco de Gama as the largest city.It attracts a + large number of tourists from all over the worlds round the year

+
+ +
+

More Pictures

+ + + +
+ +
+ +

Videos

+
+
+ +
+
+ +
+
+ +
+
+
+ + + + \ No newline at end of file diff --git a/9YKAKU189S_la_cricketer_page/la_cricketer_page.css b/9YKAKU189S_la_cricketer_page/la_cricketer_page.css new file mode 100644 index 0000000..f4fa010 --- /dev/null +++ b/9YKAKU189S_la_cricketer_page/la_cricketer_page.css @@ -0,0 +1,87 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.cricketer-top-section { + background-color: #fb4e71; + padding: 15px; + +} + +.cricketer-name { + color: #ffffff; + font-family: Roboto; + font-size: 30px; + font-weight: bold; +} + +.cricketer-description { + color: #ffffff; + font-family: Roboto; + font-size: 15px; + padding: 5px; +} + +.cricketer-bottom-section { + background-color: #e6f6ff; + height: 500px; + padding: 10px; +} + +.sub-heading { + color: #323f4b; + font-family: Roboto; + font-size: 16px; + font-weight: bold; + padding: 8px; +} + +.cricketer-ipl-records-card { + background-color: #ffffff; + border-radius: 12px; + margin: 5px; +} + +.cricketer-ipl-records-card-heading { + font-family: Roboto; + color: #888888; + font-size: 15px; + font-weight: 900; + padding: 5px; + +} + +.cricketer-ipl-records-card-description { + font-family: Roboto; + color: #888888; + font-size: 15px; + font-weight: 300; +} + +.videos-card-section { + width: 96px; + margin: 5px; + +} + +.videos-card-heading { + font-family: Roboto; + font-size: 20px; + color: #323f4b; + padding: 5px; + font-weight: bold; +} + +.videos-card-description { + color: #323f4b; + font-family: Roboto; + font-size: 12px; + padding: 5px; + font-weight: bold; +} + +.img { + margin: 5px; +} + +.btn { + border-radius: 5px; +} \ No newline at end of file diff --git a/9YKAKU189S_la_cricketer_page/la_cricketer_page.html b/9YKAKU189S_la_cricketer_page/la_cricketer_page.html new file mode 100644 index 0000000..c41891e --- /dev/null +++ b/9YKAKU189S_la_cricketer_page/la_cricketer_page.html @@ -0,0 +1,52 @@ + + + + + + + + + + + +
+
+

K.L.Rahul

+

Kannur Lokesh Rahul (born 18 April 1992), commonly known as KL Rahul, is an Indian international cricketer who plays...more

+
+ +
+ +
+

IPL Records

+
+ +
KXIP vs RCB +
He scored an unbeaten 132 off just 69 balls against Royal Challenges Bangalore...more
+
+
+ + +

Videos

+
+
+ +

KL Rahul hits 337 for Karnataka

+
+
+ +

Incredible Innings by KL Rahul

+
+
+ +

Single-handed win by KL Rahul

+
+ +
+
+ +
+
+ + + \ No newline at end of file diff --git a/DPS2O3VV8X_la_flats_page/la_flats_page.css b/DPS2O3VV8X_la_flats_page/la_flats_page.css new file mode 100644 index 0000000..5280ccb --- /dev/null +++ b/DPS2O3VV8X_la_flats_page/la_flats_page.css @@ -0,0 +1,141 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Bree Serif:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://assets.ccbp.in/frontend/static-website/flats-list-bg.png'); + height: 100vh; + background-size: cover; +} + +.card-container { + background-color: #ffffff; + height: 200px; + padding: 15px; +} + +.card-heading { + font-family: Bree Serif; + color: #f19116; + font-size: 25px; + padding: 15px; +} + +.card-description { + font-family: Bree Serif; + color: #6c6b70; +} + +.button { + background-color: #f19116; + border-width: 0px; + border-radius: 5px; + width: 105px; + color: #ffffff; +} + +.background-color { + background-color: #222222; + height: 100vh; +} + +.second-heading { + color: #f19116; + font-family: Bree Serif; + font-size: 25px; + padding: 5px; +} + +.second-card-containers { + background-color: #ffffff; + height: 190px; + margin: 8px; + + +} + +.second-card-image { + height: 190px; + width: 90px; +} + +.second-card-text-container-heading { + font-family: Bree Serif; + color: #222222; + font-weight: 600; + font-size: 25px; + padding: 2px; +} + +.second-card-text-container-description { + font-family: Bree Serif; + font-size: 15px; + padding: 5px; + font-weight: 400; + color: #6c6b70; +} + +.section-three-container-image { + height: 40vh; + width: 100vw; +} + +.section-three-card-container { + background-color: #0f0e46; + height: 60vh; +} + +.section-three-card-container-heading { + color: #f19116; + padding: 15px; + font-family: Bree Serif; + font-size: 25px; + font-weight: 500; +} + +.location { + height: 10vh; + width: 16vw; + padding: 15px; +} + +.address { + color: #ffffff; + font-family: Bree Serif; + font-size: 15px; + padding: 15px; + +} + +.horizontal-line { + background-color: #ffffff; + width: 90vw; +} + +.section-three-description-heading { + color: #f19116; + font-family: Bree Serif; + font-size: 25px; + padding: 15px; +} + +.section-three-description-text { + color: #ffffff; + font-family: Bree Serif; + font-size: 15px; + padding: 15px; +} + +.section-four-container-bg-container { + height: 40vh; + width: 100vw; +} + +.section-four-container-card-container { + height: 60vh; + background-color: #0f0e46; +} + +.section-five-container-bg-container { + height: 40vh; + width: 100vw; + background-size: cover; +} \ No newline at end of file diff --git a/DPS2O3VV8X_la_flats_page/la_flats_page.html b/DPS2O3VV8X_la_flats_page/la_flats_page.html new file mode 100644 index 0000000..dc0d722 --- /dev/null +++ b/DPS2O3VV8X_la_flats_page/la_flats_page.html @@ -0,0 +1,154 @@ + + + + + + + + + + + +
+
+
+
+

Sunrise Avenue

+

Move to what moves you.

+ +
+ +
+
+
+ +
+
+

Sunrise Avenue

+
+ +
+

3BHK Flat

+

+ This is a fully furnished house with handmade furniture + including a luxury en-suite facilities pack.Its built-up area is about 1600sq.ft. + A spacious home for you to live in. +

+
+
+ +
+ +
+

2BHK Flat

+

+ A minimalist house made for modern-day families.It is fully furnished + with trending furniture.Its built-up area is about 1200sq.ft. +

+
+
+ +
+ +
+

1BHK Flat

+

+ A contemporary home with more color and vibrancy.It is fully furnished + with elegant furniture.Its built-up area is about 3600sq.ft. +

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

+ Rs 3000/-

+
+
+ +

D/N 5-2,Food Street,Indore.

+
+
+

Description

+

+ This is a fully furnished house with handmade furniture + including a luxury en-suite facilities pack. + Its built-up area is about 1600sq.ft. + A spacious home for you to live in. +

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

+ Rs 2000/- +

+
+ +

D/N 6-2,Food Street,Indore.

+
+
+

Description

+

+ A minimalist house made for modern-day families.It is fully + furnished with trending furniture.Its built-up area is + about 1200sq.ft. +

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

+ Rs 4000/- +

+
+ +

D/N 5-2,Food Street,Indore.

+
+
+

Description

+

+ A contemporary home with more color and vibrancy. + It is fully furnished with elegant furniture.Its + built-up area is about 3600sq.ft. +

+
+ + +
+ +
+ +
+ + + + + \ No newline at end of file diff --git a/FGRCMK7IPP_la_todolist/la_todolist.css b/FGRCMK7IPP_la_todolist/la_todolist.css new file mode 100644 index 0000000..8f76e81 --- /dev/null +++ b/FGRCMK7IPP_la_todolist/la_todolist.css @@ -0,0 +1,62 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.todo-card { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/todolistbg.png'); + height: 100vh; + background-size: cover; +} + +.todo-card-header { + color: white; + font-family: Roboto; +} + +.todo-card-title { + color: white; + font-family: Roboto; + text-align: center; + font-size: 40px; + font-weight: 200; +} + +.todo-title { + color: white; + font-family: Roboto; + font-weight: bold; + font-size: 20px; +} + +.todo-caption { + color: white; + font-family: Roboto; + text-align: center; + font-size: 16px; +} + +.todo-description { + color: white; + font-family: Roboto; +} + +.button { + font-size: 18px; + font-weight: bold; + font-family: Roboto; + color: white; + height: 40px; + width: 80px; + background-color: orange; + text-align: center; +} + +.text-underline { + font-size: 10px; + text-decoration: underline; + color: white; + text-align: center; +} + +.todo-card-footer { + text-align: center; + font-family: Roboto; +} \ No newline at end of file diff --git a/FGRCMK7IPP_la_todolist/la_todolist.html b/FGRCMK7IPP_la_todolist/la_todolist.html new file mode 100644 index 0000000..d65b746 --- /dev/null +++ b/FGRCMK7IPP_la_todolist/la_todolist.html @@ -0,0 +1,32 @@ + + + + + + + + + + + +
+
+

Todolist

+

+ Each day I will accomplish one thing on my todo list. +

+
+

Read a Book

+

+ I don't think that the human race will survive the next thousand years, + unless we spread into space.There are too many accidents that can befall life on a single planet. + But I'm an optimist... +

+ +
+ + + \ No newline at end of file diff --git a/ITD3I8VD6Z_la_articles_page/la_articles_page.css b/ITD3I8VD6Z_la_articles_page/la_articles_page.css new file mode 100644 index 0000000..297d9d6 --- /dev/null +++ b/ITD3I8VD6Z_la_articles_page/la_articles_page.css @@ -0,0 +1,66 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-color { + background-color: #225db0; + +} + +.heading { + color: #ffffff; + font-family: Roboto; + font-size: 25px; + padding: 25px; + font-weight: 500; +} + +.description { + color: #ffffff; + font-family: Roboto; + font-size: 15px; + padding: 25px; + font-weight: 400; +} + +.articles-home-image-container { + background-color: #ffffff; + height: 130px; + width: 150px; + border-radius: 15px; + margin: 25px; +} + +.articles-home-image-container-img { + height: 90px; + width: 90px; + padding: 20px; +} + +.articles-technology-icon-heading { + color: #1f2933; + font-family: Roboto; + font-size: 20px; + text-align: center; +} + +.list-container-heading { + color: #ffffff; + padding: 25px; + font-family: Roboto; + font-weight: 500; + font-size: 25px; +} + +.li-color { + color: #ffffff; + padding: 5px; +} + +.carousel-inner { + padding: 15px; +} + +.button { + color: #ffffff; + background: 0px; + border-color: #ffffff; +} \ No newline at end of file diff --git a/ITD3I8VD6Z_la_articles_page/la_articles_page.html b/ITD3I8VD6Z_la_articles_page/la_articles_page.html new file mode 100644 index 0000000..0e39ba7 --- /dev/null +++ b/ITD3I8VD6Z_la_articles_page/la_articles_page.html @@ -0,0 +1,256 @@ + + + + + + + + + + + +
+
+
+

+ Empower yourself. +

+

+ By learning new courses from worlds leading experts. +

+
+
+
+ +

Technology

+
+ +
+ +

Science

+
+
+
+
+ + +

Health Care

+
+ +
+ +

Business

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

+ List of Topics +

+

+
    +
  • Artificial Intelligence
  • +
  • Data Science
  • +
  • Machine Learning
  • +
  • Internet of Things
  • +
  • Blockchain
  • +
  • Virtual Reality
  • +
  • Robotic Process Automation(RPA)
  • +
+ +
+
+ +
+
+ + + +
+
+
+ + +
+

+ List of Topics +

+

+
    +
  • Biology
  • +
  • Zoology
  • +
  • Cardiology
  • +
  • Chemistry
  • +
  • Bio Chemistry
  • +
  • Nano Science
  • +
  • Astronomy
  • +
+
+
+ +
+ +
+
+
+
+ + +
+

+ List of Topics +

+

+
    +
  • Infrastructure Management
  • +
  • Latest in Health Care
  • +
  • Pharmaceuticals
  • +
  • COVID-19
  • +
+ +
+
+ +
+
+
+
+
+ + +
+

+ List of Topics +

+

+
    +
  • Business Models
  • +
  • 21st Century Business Skills
  • +
  • Traditional Business Approaches
  • +
  • How to go + from 0 to 1?The startup 101
  • +
+ +
+
+ +
+
+ + + +
+ + + + + + \ No newline at end of file diff --git a/K7IWFXEELG_la_bookstorepage/la_bookstorepage.css b/K7IWFXEELG_la_bookstorepage/la_bookstorepage.css new file mode 100644 index 0000000..6d59abe --- /dev/null +++ b/K7IWFXEELG_la_bookstorepage/la_bookstorepage.css @@ -0,0 +1,135 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.book-store-home-page { + background-color: #1b1b1b; + padding: 25px; +} + +.popular-book-heading { + color: #ffffff; + font-family: Bree Serif; + font-size: 35px; +} + +.popular-book-card-container { + background-color: #e6f6ff; + border-radius: 8px; +} + +.popular-book-image { + width: 120px; + height: 190px; +} + +.popular-book-card-details { + padding: 8px; +} + +.popular-book-container-heading { + font-family: Bree Serif; + font-size: 28px; + color: #183b56; +} + +.popular-book-text { + color: #183b56; + font-family: Bree Serif; + font-size: 15px; + +} + +.popular-book-author { + color: #183b56; + font-family: Bree Serif; + font-size: 12px; +} + +.button { + font-family: Roboto; + font-weight: 500; + font-size: 12px; +} + +.recommended-books-heading { + color: #ffffff; + font-family: Bree Serif; + font-size: 25px; + padding: 5px; +} + +.recommended-books-image { + width: 100px; + height: 150px; +} + +.recommended-books-details { + padding: 15px; +} + +.recommended-books-heading { + color: #ffffff; + font-family: Bree Serif; + font-size: 15px; + font-weight: 400; +} + +.recommended-books-author { + color: #ffffff; + font-family: Bree Serif; + font-size: 12px; +} + +.button { + border-radius: 5px; +} + +.wings-of-fire-details-page { + background-color: #1b1b1b; + height: 120vh; + width: 100vw; + text-align: center; + padding: 35px; +} + +.book-image { + width: 200px; + height: 300px; + margin-bottom: 20px; + padding: 10px; +} + +.book-heading { + font-family: Bree Serif; + font-size: 25px; + color: #ffffff; +} + +.book-author { + color: #9aa5b1; + font-family: Bree Serif; + font-size: 12px; +} + +.book-description { + color: #e4e7eb; + font-family: Bree Serif; + font-size: 12px; + margin-top: 10px; + text-align: left; +} + +.the-3-mistakes-of-my-life-details-page { + background-color: #1b1b1b; + height: 120vh; + width: 100vw; + text-align: center; + padding: 35px; +} + +.harry-potter-book-details-page { + background-color: #1b1b1b; + height: 120vh; + width: 100vw; + text-align: center; + padding: 35px; +} \ No newline at end of file diff --git a/K7IWFXEELG_la_bookstorepage/la_bookstorepage.html b/K7IWFXEELG_la_bookstorepage/la_bookstorepage.html new file mode 100644 index 0000000..1e907d7 --- /dev/null +++ b/K7IWFXEELG_la_bookstorepage/la_bookstorepage.html @@ -0,0 +1,117 @@ + + + + + + + + + + + +
+
+

Popular Book

+ +

Recommended Books

+ + +
+
+
+
+ + +
+

Wings of Fire

+

by Arun Tiwari

+

+ Every common man who by his sheer grit and hardwork + achieves success should share his story with the rest for + they may find inspiration and strength to go on,in his + story.The "Wings of Fire" is one such autobiography by + visionary scientist Dr.APJ Abdul Kalam, who from very + humble beginnings rose to be the President of India.The + book is full of insights,personal moments and life + experiences of Dr.Kalam.It gives us an understanding on + his journey of success. +

+ + +
+
+
+ +
+
+ +
+

The 3 mistakes of my life

+

by Chetan Bhagat

+

+ The 3 Mistakes of my life is the third novel written by + eminent Indian Author Chetan Bhagat.Based on cricket, + business and religion,the novel is set against the + backdrop of beautiful city Ahmedabad.Revolving around + three young Indian boys Oml,Ishaan and Goving,the + book goes on to narrate how the three are trying their + best to make ends meet in the city.Based on real events, + the book starts with a dramatic twist,where Bhagat is + reading on e-mail sent by some young person Govind. +

+ + +
+
+
+
+
+ +
+

Harry Potter

+

by J.K.Rowling

+

+ Harry Potter's life is miserable.His parents are dead and + stuck with his heartless relatives,who force him to + live in a tiny closet under the stairs.But his fortune + changes when he recieves a letter that tells him the truth + about himself:he's a wizard.A mysterious visitor rescues + him from his relatives and takes him to his new home, + Hogwarts School of WItchcraft and Wizardry.After a lifetime of + bottling up his magical powers,Harry finally + feels like a normal kid. +

+ + +
+
+
+ + + + \ No newline at end of file diff --git a/OE25SA1UK4_la_nemo_page/la_nemo_page.css b/OE25SA1UK4_la_nemo_page/la_nemo_page.css new file mode 100644 index 0000000..c30e50a --- /dev/null +++ b/OE25SA1UK4_la_nemo_page/la_nemo_page.css @@ -0,0 +1,48 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/orange-color-bg.png'); + background-color: #ff8348; + background-size: cover; + height: 150vh; + padding: 10px; + margin-top: 10px; +} + +.nemo-heading { + font-family: Roboto; + color: white; + font-size: 25px; + font-weight: bold; + padding: 15px; + margin-top: 10px; +} + +.button { + color: #ff8348; + border-width: 0px; + background-color: white; + padding: 10px; + border-radius: 10px; + margin: 15px; + font-weight: 500; +} + +.nemo-paragraph { + color: white; + font-family: Roboto; + font-size: 15px; + justify-content: center; +} + +.similar-heading { + color: white; + font-size: 25px; + padding: 5px; + font-family: Roboto; +} + +.similar-image { + margin: 10px; + +} \ No newline at end of file diff --git a/OE25SA1UK4_la_nemo_page/la_nemo_page.html b/OE25SA1UK4_la_nemo_page/la_nemo_page.html new file mode 100644 index 0000000..a32a9a6 --- /dev/null +++ b/OE25SA1UK4_la_nemo_page/la_nemo_page.html @@ -0,0 +1,60 @@ + + + + + + + + + + + +
+ + +
+

Finding Nemo

+ +
+

A clown fish is nearly cautious with + his son.Nemo who has a fortshortened fin.When Nemo swims too + close to the surface to prove himself,he is caught by a + diver, and horrified Martin and complicates the + encounters with sharks,jellyfish,and a host of ocean dangers. + Meanwhile,Nemo plots his escape from a dentist's fish tank +

+
+

Similar Movies

+ + + +
+
+ + + \ No newline at end of file diff --git a/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.css b/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.css new file mode 100644 index 0000000..55f8fef --- /dev/null +++ b/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.css @@ -0,0 +1,50 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/hotelbg.png'); + background-size: cover; + height: 100vh; + padding: 20px; +} + +.hotel-details-card { + background-color: #000000e6; + border-radius: 16px; + padding: 20px; +} + +.hotel-name { + color: #ffffff; + font-family: Bree Serif; + font-size: 20px; +} + +.hotel-address { + color: #ffffff; + font-family: Roboto; + font-size: 15px; + font-weight: 400; +} + +.hotel-price { + color: #ffffff; + font-family: Bree Serif; + font-size: 22px; +} + +.button-container { + text-align: center; + padding: 20px; + margin: 20px; +} + +.button { + background-color: #ffffff; + font-family: Roboto; + font-size: 12px; + font-size: 500; + border-radius: 8px; + border-width: 0; + width: 120px; + height: 25px; +} \ No newline at end of file diff --git a/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.html b/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.html new file mode 100644 index 0000000..1701e9f --- /dev/null +++ b/OMWPPXX8FW_la_hotel_booking_page/la_hotel_booking_page.html @@ -0,0 +1,24 @@ + + + + + + + + + + + +
+
+

Royal Grand Hotel

+

R.K.Beach,Visakhapatnam

+

1200/-

+
+
+ +
+
+ + + \ No newline at end of file diff --git a/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.css b/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.css new file mode 100644 index 0000000..ba549f5 --- /dev/null +++ b/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.css @@ -0,0 +1,120 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.music-bg-container { + background-color: #03174c; + height: 100vh; + width: 100vw; + background-size: cover; +} + +.music-header-bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/moon-stars-bg.png'); + padding: 10px; + height: 30vh; + background-size: cover; +} + +.music-heading { + color: #ffffff; + font-family: Bree Serif; + padding: 5px; + text-align: center; + font-size: 30px; +} + +.music-description { + color: #ffffff; + font-family: Bree Serif; + padding: 5px; + font-size: 15px; + text-align: center; +} + +.night-island-card { + padding: 30px; +} + +.night-island-bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/moon-bg.png'); + height: 150px; + width: 100%; + margin-bottom: 5px; + background-size: cover; + margin: 10px; +} + +.night-island-card-heading { + padding: 25px; + text-align: center; + font-family: Bree Serif; + color: #ffffff; + font-size: 35px; +} + +.button { + color: #ffffff; + background-color: #98a1bd; + border-radius: 30px; + border-width: 0px; + width: 120px; + height: 40px; + font-family: Bree Serif; + font-size: 15px; + +} + +.music-details-image { + background-size: cover; + width: 140vw; +} + +/* 2nd secn */ + +.music-details-bg { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/clouds-img.png'); + height: 250px; + width: 400px; + background-size: cover; +} + +.music-details-backg-c { + background-color: #03174c; + height: 110vh; +} + +.music-det-heading { + color: #ffffff; + font-family: Bree Serif; + padding: 15px; + font-size: 25px; +} + +.music-det-description { + color: #98a1bd; + font-family: Bree Serif; + font-size: 15px; + text-align: center; +} + +.duration { + color: #98a1bd; + font-family: Bree Serif; + padding: 15px; +} + +.heading-related { + color: #ffffff; + font-family: Bree Serif; + padding: 10px; + font-size: 25px; +} + +.related-image-container { + padding: 5px; +} + +.related-image { + width: 150px; + height: 100px; + margin: 5px; +} \ No newline at end of file diff --git a/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.html b/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.html new file mode 100644 index 0000000..9ae887d --- /dev/null +++ b/PDGBXHT61W_la_sleep_music_page/la_sleep_music_page.html @@ -0,0 +1,64 @@ + + + + + + + + + + + +
+
+
+

Sleep Music

+

Soothing bedtime music to help you fall + into a deep and natural sleep

+
+
+
+

Night Island

+
+

Non-stop 8-hour of our most popular sleep audio

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

Night Island

+

Ease the mind into a restful + night's sleep with these deep,ambient tones

+

45 MIN SLEEP MUSIC

+ + + +
+
+ + + + \ No newline at end of file diff --git a/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.css b/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.css new file mode 100644 index 0000000..8fe082c --- /dev/null +++ b/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.css @@ -0,0 +1,19 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/codingbg.png'); + width: 100vw; + height: 100vh; + background-size: cover; + padding: 25px; +} + +.coding-card { + background-color: #00000080; + border-style: solid; + border-color: #48ee59; + border-width: 5px; + color: white; + padding: 50px; + font-family: Bree Serif; +} \ No newline at end of file diff --git a/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.html b/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.html new file mode 100644 index 0000000..61eb190 --- /dev/null +++ b/R52ZO3UR90_la_coding_cover_page/la_coding_cover_page.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + +
+
+

Code is more than some bytes in a file

+
+ +
+ + + + \ No newline at end of file diff --git a/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.css b/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.css new file mode 100644 index 0000000..c098034 --- /dev/null +++ b/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.css @@ -0,0 +1,81 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.quiz-question-container { + background-color: #875fc0; + padding: 24px; +} + +.score { + color: #ffffff; + text-align: right; + font-family: Roboto; + font-weight: 700; + font-size: 20px; +} + +.question-container { + background-color: #ffffff; + margin: 10px; + border-radius: 8px; + padding: 20px; + text-align: center; +} + +.question-number { + font-family: Roboto; + font-size: 30px; + font-weight: 700; +} + +.question-text { + font-family: Roboto; + font-weight: bold; + color: #323f4b; + font-size: 15px; +} + +.question-image { + width: 60vw; +} + +.options-container { + background-color: #ffffff; + margin: 10px; + border-radius: 8px; + padding: 20px; +} + +.options-list { + list-style-type: none; + padding: 0px; +} + +.option { + color: #323f4b; + background-color: #ffffff; + font-family: Roboto; + font-size: 16px; + font-weight: 500; + border-style: solid; + border-width: 1px; + border-radius: 8px; + padding: 15px; + margin: 10px; +} + +.correct-option { + background-color: #875fc0; + color: #ffffff; +} + +.button { + color: #ffffff; + background-color: #fbaf00; + font-family: Roboto; + border-radius: 8px; + border-width: 0px; + width: 80px; + height: 40px; + font-size: 15px; + font-weight: 500; +} \ No newline at end of file diff --git a/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.html b/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.html new file mode 100644 index 0000000..45f4909 --- /dev/null +++ b/RX5MTIFI2H_la_quiz_question_page/la_quiz_question_page.html @@ -0,0 +1,34 @@ + + + + + + + + + + + +
+

Score:25/45

+
+

Question 10

+

Which of the following is the content of the HTML paragraph element?

+ +
+ +
+ +
+ +
+
+
+ + + \ No newline at end of file diff --git a/SANXMC64D9_la_food_order_page/la_food_order_page.css b/SANXMC64D9_la_food_order_page/la_food_order_page.css new file mode 100644 index 0000000..50f4782 --- /dev/null +++ b/SANXMC64D9_la_food_order_page/la_food_order_page.css @@ -0,0 +1,39 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/foodbg.png'); + height: 100vh; + background-size: cover; +} + +.order { + background-color: #f6c56e; + border-top-left-radius: 25px; + border-top-right-radius: 25px; + padding: 25px; +} + +.order-title { + font-family: Bree Serif; + /* padding: 5px; */ + color: #323f4b; + font-size: 30px; +} + +.order-paragraph { + font-family: "Roboto"; + color: #323f4b; + font-weight: bold; + font-size: 15px; +} + +.button { + background-color: #ffffff; + font-family: "Roboto"; + font-size: 12px; + width: 100px; + height: 35px; + padding: 15px; + border-width: 0px; + border-radius: 10px; +} \ No newline at end of file diff --git a/SANXMC64D9_la_food_order_page/la_food_order_page.html b/SANXMC64D9_la_food_order_page/la_food_order_page.html new file mode 100644 index 0000000..5b201d5 --- /dev/null +++ b/SANXMC64D9_la_food_order_page/la_food_order_page.html @@ -0,0 +1,22 @@ + + + + + + + + + + + +
+
+

Happy Meals

+

Discover the best foods over the 1,000 restaurants

+ +
+ +
+ + + \ No newline at end of file diff --git a/U1VQD4A2F0_la_chat_page/la_chat_page.css b/U1VQD4A2F0_la_chat_page/la_chat_page.css new file mode 100644 index 0000000..d03f66e --- /dev/null +++ b/U1VQD4A2F0_la_chat_page/la_chat_page.css @@ -0,0 +1,49 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-static-website/chatbg.png'); + height: 200vh; + width: 180vw; + background-size: cover; + +} + +.person-name { + padding: 15px; + text-align: center; + color: #ffffff; + background-color: #323f4b; + font-size: 20px; +} + +.messages-container { + padding: 50px; +} + +.sent-messages-container { + color: white; + padding: 30px; + background-color: #47a3f3; + border-radius: 15px; + height: 15px; + width: 500px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + text-align: right; +} + +.recieved-messages-container { + color: white; + padding: 30px; + background-color: #52606d; + border-radius: 10px; + height: 5px; + width: 500px; + border-top-left-radius: 15px; + border-top-right-radius: 15px; + border-bottom-left-radius: 15px; + border-bottom-right-radius: 15px; + text-align: left; +} \ No newline at end of file diff --git a/U1VQD4A2F0_la_chat_page/la_chat_page.html b/U1VQD4A2F0_la_chat_page/la_chat_page.html new file mode 100644 index 0000000..e1763fe --- /dev/null +++ b/U1VQD4A2F0_la_chat_page/la_chat_page.html @@ -0,0 +1,32 @@ + + + + + + + + + + + +
+

Rahul

+
+
+

Hello Rahul,how are you?

+
+

Hi Varakumar,I am good.How about you?

+

I'm fine.I published my website recently

+

Oh great Varakumar!Can you send me the URL?

+

https://varakumar.ccbp.tech

+

Awesome Varakumar,where did you learn?

+

NxtWave CCBP 4.0 Program

+
+
+ +
+ +
+ + + \ No newline at end of file diff --git a/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.css b/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.css new file mode 100644 index 0000000..17a3986 --- /dev/null +++ b/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.css @@ -0,0 +1,61 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.bg-container { + background-color: #894bca; + height: 30vh; + background-size: cover; +} + +.image { + height: 140px; + width: 150px; +} + +.heading { + color: #ffffff; + font-family: Bree Serif; + font-size: 25px; + padding: 25px; +} + +.store-container { + background-color: #ffffff; + border-top-left-radius: 25px; + border-top-right-radius: 25px; +} + +.store-heading { + color: #f780c3; + font-family: Roboto; + font-size: 20px; + font-weight: 700; + padding: 5px; +} + +.img { + margin: 20px; + height: 50px; + width: 50px; +} + +.store-text-container { + padding: 5px; +} + +.store-name { + /* padding: 10px; */ + color: #323f4b; + font-family: Roboto; + font-size: 20px; + font-weight: 700; +} + +.store-card { + border-radius: 20px; +} + +.store-description { + color: #7b8794; + font-family: Roboto; + font-size: 14px; +} \ No newline at end of file diff --git a/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.html b/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.html new file mode 100644 index 0000000..902ae69 --- /dev/null +++ b/X3NQ9OQYQV_la_favourite_stores_page/la_favourite_stores_page.html @@ -0,0 +1,62 @@ + + + + + + + + + + + +
+

Shop in your favourite stores

+ +
+
+

Select + your store with one click

+
+
+ +
+

Amazon

+

Online Shopping Free + Shipping & Cash on Delivery ...

+
+
+
+ +
+

IKEA

+

Explore our furniture & home furnishing + range. IKEA is a global leader ...

+
+
+
+ +
+

Bewakoof

+

A lifestyle Fashion Brand That Offers + Creative and Distinctive Fashion ...

+
+
+
+ +
+

Flipkart

+

Wide Range of Genuine Products,Easy Returns, + Cash on Delivery,Browse Now...

+
+
+ + + + + + + + + + + \ No newline at end of file diff --git a/X4XRN1BJWS_la_yoga_page/la_yoga_page.css b/X4XRN1BJWS_la_yoga_page/la_yoga_page.css new file mode 100644 index 0000000..1691968 --- /dev/null +++ b/X4XRN1BJWS_la_yoga_page/la_yoga_page.css @@ -0,0 +1,89 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.bg-container { + background-image: url('https://assets.ccbp.in/frontend/static-website/yoga-bg.png'); + background-size: cover; +} + +.heading { + font-family: Roboto; + font-size: 20px; + text-align: center; + padding: 20px; + color: #132d84; + font-weight: 900; +} + +.yoga-girl-with-headphones-img { + height: 50vh; + width: 90vw; + margin-top: 60px; + +} + +.yoga-home-page-heading { + font-family: Roboto; + font-size: 15px; + padding: 5px; + color: #323f4b; + font-weight: 600; + text-align: center; +} + +.button { + font-family: Roboto; + width: 150px; + height: 40px; + padding: 5px; + border-radius: 15px; + background-color: #132d84; + margin: auto; +} + +.bg-color { + background-color: #ffedcb; +} + +.yoga-girl-without-headphones-img { + height: 250px; + width: 250px; + padding: 25px; +} + +.types-heading { + font-family: Roboto; + font-size: 25px; + font-weight: 500; + text-align: center; + color: #132d84; +} + +.types-cards { + background-color: #ffe2ab; +} + +.cards-image { + height: 100px; + width: 100px; +} + +.types-cards { + margin: 15px; + border-radius: 15px; +} + +.types-card-heading { + font-family: Roboto; + font-size: 15px; + color: #132d84; + font-weight: bold; + padding: 5px; +} + +.types-card-description { + font-family: Roboto; + font-size: 12px; + padding: 5px; + color: #132d84; + font-weight: 500; +} \ No newline at end of file diff --git a/X4XRN1BJWS_la_yoga_page/la_yoga_page.html b/X4XRN1BJWS_la_yoga_page/la_yoga_page.html new file mode 100644 index 0000000..894d4f5 --- /dev/null +++ b/X4XRN1BJWS_la_yoga_page/la_yoga_page.html @@ -0,0 +1,91 @@ + + + + + + + + + + + +
+
+

Discover the yogi life on the Yoga Experience + Platform

+ +

Yoga poses + strengthen and open tight areas of the body

+ +
+ +
+ +
+
+
+ +

Types of Yoga

+
+
+ +
+
+

Acro yoga

+

It stretches + and relaxes your body, improves stamina and memory.

+ +
+ +
+
+
+ +
+
+

Vinyasa yoga

+

It serves as a training to increase + strength and helps to build lean muscle mass throughout the body.

+ +
+ +
+ +
+
+ +
+
+

Hatha yoga

+

It introduces begineer to the + main relaxation techniques and asanas.

+ +
+ +
+ +
+
+ +
+
+

Kundalini yoga

+

It helps relax + and restore the mind and the body, + improving strength,flexibility and endurance.

+ +
+ +
+
+ +
+ +
+ +
+
+ + + + \ No newline at end of file diff --git a/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.css b/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.css new file mode 100644 index 0000000..ca0a4fd --- /dev/null +++ b/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.css @@ -0,0 +1,38 @@ +@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap'); + +.conference-img { + width: 100vw; +} + +.conference-text-container { + text-align: center; + padding: 10px; +} + +.conference-text-title { + color: #183b56; + text-align: center; + font-size: 35px; + font-weight: bold; + font-family: Roboto; +} + +.conference-text-description { + color: #5a7184; + font-family: Roboto; + font-size: 16px; + padding: 10px; + text-align: center; +} + +.conference-stats-container { + margin-left: 30px; + margin-right: 30px; +} + +.conference-stats-count { + color: #183b56; + font-size: 30px; + font-family: Roboto; + font-weight: 800; +} \ No newline at end of file diff --git a/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.html b/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.html new file mode 100644 index 0000000..4775d5e --- /dev/null +++ b/YAJTJ17DUC_la_things_conference_page/la_things_conference_page.html @@ -0,0 +1,59 @@ + + + + + + + + + + + +
+ +
+

The Things Conference

+

Redefining the future of IoT with LoRaWAN

+ +
+
+
+ +
+ +
+ +
+

The Things Conference

+

Join Asia's Largest Conference on LoRaWAN

+ +
+
+

1400+

+

Attendees

+
+
+

100+

+

Workshops

+
+
+
+
+

120+

+

Speakers

+
+
+

10+

+

Countries

+ +
+
+ +
+
+ + + + \ No newline at end of file diff --git a/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.css b/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.css new file mode 100644 index 0000000..1dd36db --- /dev/null +++ b/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.css @@ -0,0 +1,27 @@ +@import url("https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap"); + +.image { + width: 100vw; +} + +.specifications-container { + padding: 20px; + border-style: solid; + border-width: 2px; + border-color: #707070; +} + +.specifications-heading { + font-family: Roboto; + color: #0a1f44; + font-weight: 600; + font-size: 20px; +} + +.list { + font-family: Roboto; + color: #0a1f44; + margin-top: 15px; + font-weight: 400; + font-size: 16px; +} \ No newline at end of file diff --git a/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.html b/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.html new file mode 100644 index 0000000..6f67036 --- /dev/null +++ b/ZHMHUUPTEZ_la_mobile_specifications_page/la_mobile_specifications_page.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + +
+

Specifications:

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