Pioneers of Solar
and Renewable Energy
+
We will help you
+ to feel cure the wildlife
better and
+ +
From 0eb3559ab441661752192ff47de763391d258577 Mon Sep 17 00:00:00 2001 From: rajathnair <114565343+rajathnair@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:52:23 +0530 Subject: [PATCH] Add files via upload --- Solar2022/Solar.css | 327 ++++++++++ Solar2022/Solartec Company.html | 581 ++++++++++++++++++ ...power-association-XGAZzyLzn18-unsplash.jpg | Bin 0 -> 1988165 bytes ...andreas-gucklhorn-Ilpf2eUPpUE-unsplash.jpg | Bin 0 -> 2963710 bytes .../article_wind_and_solar_main-760x378.jpg | Bin 0 -> 171856 bytes .../bill-mead-wmaP3Tl80ww-unsplash (1).jpg | Bin 0 -> 1191421 bytes Solar2022/images/check.png | Bin 0 -> 1368 bytes ...emmanuel-ikwuegbu-zWOgsj3j0wA-unsplash.jpg | Bin 0 -> 726753 bytes ...rederic-paulussen-LWnD8U2OReU-unsplash.jpg | Bin 0 -> 973119 bytes .../jadon-kelly-Y-4LPhF4giI-unsplash.jpg | Bin 0 -> 1567766 bytes Solar2022/images/largermug.jpg | Bin 0 -> 423498 bytes Solar2022/images/male2.jfif | Bin 0 -> 8615 bytes Solar2022/images/male22.heic | 0 .../manny-becerra-NgdhrwAx0J8-unsplash.jpg | Bin 0 -> 911089 bytes .../raphael-cruz-IwY-27ceRCA-unsplash.jpg | Bin 0 -> 1977976 bytes Solar2022/images/shyam.jpg | Bin 0 -> 285648 bytes .../waldemar-brandt-8NBACfGMFtw-unsplash.jpg | Bin 0 -> 1033897 bytes 17 files changed, 908 insertions(+) create mode 100644 Solar2022/Solar.css create mode 100644 Solar2022/Solartec Company.html create mode 100644 Solar2022/images/american-public-power-association-XGAZzyLzn18-unsplash.jpg create mode 100644 Solar2022/images/andreas-gucklhorn-Ilpf2eUPpUE-unsplash.jpg create mode 100644 Solar2022/images/article_wind_and_solar_main-760x378.jpg create mode 100644 Solar2022/images/bill-mead-wmaP3Tl80ww-unsplash (1).jpg create mode 100644 Solar2022/images/check.png create mode 100644 Solar2022/images/emmanuel-ikwuegbu-zWOgsj3j0wA-unsplash.jpg create mode 100644 Solar2022/images/frederic-paulussen-LWnD8U2OReU-unsplash.jpg create mode 100644 Solar2022/images/jadon-kelly-Y-4LPhF4giI-unsplash.jpg create mode 100644 Solar2022/images/largermug.jpg create mode 100644 Solar2022/images/male2.jfif create mode 100644 Solar2022/images/male22.heic create mode 100644 Solar2022/images/manny-becerra-NgdhrwAx0J8-unsplash.jpg create mode 100644 Solar2022/images/raphael-cruz-IwY-27ceRCA-unsplash.jpg create mode 100644 Solar2022/images/shyam.jpg create mode 100644 Solar2022/images/waldemar-brandt-8NBACfGMFtw-unsplash.jpg diff --git a/Solar2022/Solar.css b/Solar2022/Solar.css new file mode 100644 index 0000000..80f15ae --- /dev/null +++ b/Solar2022/Solar.css @@ -0,0 +1,327 @@ +@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700"); +@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Francois+One&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&family=Radio+Canada:wght@600&display=swap'); +@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@500&display=swap'); + + +/* UTILITIES */ + +body { + font-family: cursive; + } + a { + text-decoration: none; + } + li { + list-style: none; + } + + /* NAVBAR STYLING STARTS */ +.navbar { + display: flex; + align-items: center; + justify-content: space-between; + background-color: rgb(255, 255, 255); + color: rgb(0, 0, 0); + } + + /* LOGO */ + .logo { + font-size: 32px; + font-family: 'Radio Canada', sans-serif; + color: rgb(51,195,108); + + } + + .logo2 { + font-size: 19px; + font-family: 'Radio Canada', sans-serif; + color: rgb(51,195,108); + + } + /* NAVBAR MENU */ + .menu { + display: flex; + font-size: 18px; + margin-top: 13px; + } + + /* DROPDOWN MENU */ + .services { + position: relative; + } + .dropdown { + background-color: rgb(0, 0, 0); + padding: 1em 0; + position: relative; + display: none; + border-radius: 8px; + top: 35px; + } + .dropdown li + li { + margin-top: 10px; + } + .dropdown li { + padding: 0.5em 1em; + width: 8em; + text-align: center; + } + .dropdown li:hover { + background-color: #ffffff; + } + .services:hover .dropdown { + display: block; + position: absolute; + right: 0px; + z-index: 1; + } + + .menu1 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.menu2 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} +.menu3 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.menu4 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.menu5 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.menu6 +{ + padding: 28.5px 20px; + background-color:rgb(255, 255, 255); + color:rgb(0, 0, 0); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.menu7 +{ + padding: 23.99px 20px; + background-color:rgb(51,195,108); + color:rgb(255, 255, 255); + + text-decoration: none; + cursor: pointer; + font-family: 'Saira Condensed', sans-serif; +} + +.text{ + position: absolute; + left: 50px; + top:174px; +} + +.wild { + font-family: 'Francois One', sans-serif; + font-size: 90px; + font-weight: 100; + color: rgb(255, 255, 255); +} + + +.will { + color: rgb(255, 250, 250); + font-family: 'Yanone Kaffeesatz', sans-serif; + font-size: 15px ; + +} + +.btn-group3 +{ + background-color:rgb(51,195,108); + color:#fff; + padding: 12px 50px; + border-radius: 20px; + border-color: #fff; + text-decoration: none; + cursor: pointer; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; +} + +.num { + color: rgb(51,195,108); + font-family: 'Fjalla One', sans-serif; + font-size: 55.5px; +} + +.txt { + color: black; + font-family: 'Radio Canada', sans-serif; +} + +.nxt { + color: rgb(185,184,185); + font-family: 'Radio Canada', sans-serif; +} + +.twenty{ + color: black; + font-family: 'Radio Canada', sans-serif; +} + +.about { + color: rgb(51,195,108); + font-family: 'Radio Canada', sans-serif; +} + +.wrapper { + display: table; + height: 100%; + width: 100%; + } + + .container-fostrap { + display: table-cell; + padding: 1em; + text-align: center; + vertical-align: middle; + } + .fostrap-logo { + width: 100px; + margin-bottom:15px + } + h1.heading { + color: #fff; + font-size: 34px; + font-weight: 900; + margin: 0 0 0.5em; + color: #000000; + font-family: 'Radio Canada', sans-serif; + } + @media (min-width: 450px) { + h1.heading { + font-size: 3.55em; + } + } + @media (min-width: 760px) { + h1.heading { + font-size: 3.05em; + } + } + @media (min-width: 900px) { + h1.heading { + font-size: 34px; + margin: 0 0 0.3em; + } + } + .card { + display: block; + margin-bottom: 20px; + line-height: 1.42857143; + background-color: #fff; + border-radius: 2px; + box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); + transition: box-shadow .25s; + } + .card:hover { + box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); + } + .img-card { + width: 100%; + height:200px; + border-top-left-radius:2px; + border-top-right-radius:2px; + display:block; + overflow: hidden; + } + .img-card img{ + width: 100%; + height: 200px; + object-fit:cover; + transition: all .25s ease; + } + .card-content { + padding:15px; + text-align:left; + } + .card-title { + margin-top:0px; + font-weight: 700; + font-size: 1.65em; + } + .card-title a { + color: #000; + text-decoration: none !important; + } + .card-read-more { + border-top: 1px solid #D4D4D4; + } + .card-read-more a { + text-decoration: none !important; + padding:10px; + font-weight:600; + text-transform: uppercase + } + + .read { + color:rgb(51,195,108); + padding: 10px; + font-weight: 600; + display: inline-block; + border-color: #fff; + text-decoration: none; + cursor: pointer; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + + } + + .btn5{ + padding: 10px 20px; + background-color:rgb(51,195,108); + color:#fff; + border-radius: 19px; + text-decoration: none; + cursor: pointer; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; +} diff --git a/Solar2022/Solartec Company.html b/Solar2022/Solartec Company.html new file mode 100644 index 0000000..64683da --- /dev/null +++ b/Solar2022/Solartec Company.html @@ -0,0 +1,581 @@ + + +
+ We will help you
+ to feel cure the wildlife
better and
+ we dont allow us to we cannot become the fast and furious so i dpmt cant be serr I am crazy about hats
+ these days. SomPraesent tincidunt sedtellus ut rutrum. Sed vitae justo
Trustable
Reliable
Confident
Advanced
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
we dont allow us to we cannot become the fast and furious so i dpmt cant be serr I am crazy about hats
+ these days. SomPraesent tincidunt sedtellus ut rutrum. Sed vitae justo
Trustable
Reliable
Confident
Advanced
+
+
+
+ + We are the Pioneers of Renewable Energy. dfkdjfrgvc . dvjfvdnvnd dfjf dfjejfj dcjkjddc dnfnd dcnjenfj vjrjgegk dfnrjnfw. fjjeregjod dfvkjkrg +
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+
+
+ + The amount of sunlight that strikes the earth's surface in an hour and a half is enough to handle the entire world's energy consumption for a full year.
+ we dont allow us to we cannot become the fast and furious so i dpmt cant be serr I am crazy about hats
+ these days. SomPraesent tincidunt sedtellus ut rutrum. Sed vitae justo
+
+ + Panel Manager +
+
+ Executive manager
+
+
+ + Panel Manager +
+>ndqcAErjz>61S>#z2hCwM)XllEE)iozmwl>uZ`D>Xx(g
zP8C1>-t5m^J4g>CBEG}`qnD!Sm>SJJlClxNR+^*?n)!@znnUhg$5SVA`np_6#p}tq
z;o8?=Or64%s}J|3&1Ak7E)0dPjtj6lNyBenLDd6fxMRq7EA+IqT^y!yZ@6QkFWiL_
zDb-x5Vw{5^D#Jpz<)|C7%jF7~btU}DlYKs=4TY&Qdm-6&w8P!QtG}9Tdz~k!R3O)6
z${g?-PF)f1fDK|kknw$81swH4B|+r+sek+G8qx<*S)#c`4LA4u<3#3#)2frDLo3+5
zZ%f&98OS&AupwUG<-{Cvx2qB|!R#eU2#C0`olAZ>!WFb#C0Fg#@mQkoxDsuF+j)F)
zrr9Mw?b%Oa4q}@!c9(9PRfl=YX2=L?LgmH_ Sg_$Ysk=pjj6TH
zmpUP)V3{)Jzm_`hK#PZvBN^wc%Kr5j!BQNevq$3lnAKk`-vC*GoCC0ymRd2lU4L5M
z0!}DB1>Ow$smbCh{x8Pn+(h4wmOHzX0aYBs-FO@0PCH{h{jx4RE;3rk9ntydaTTyS
z03=mEJgn{zVeXy0;9%DR?Tp(FHmrRWTW%JJzC|@QKqbL4ek%2!AoaKKN&-Gw-MW^V
zyy^;GTxb_&Vp8TS#_M#9mt?Nqi0#fdx|h^#OSHLeFr9$@!h^#mdFhB>#QyU20^}2s
z4fLNU(4qzvyk8#XcV) 2e+;C
zkiQSq#`kN!OC~vTc7}m$calr{Hk0oV54FJfoQ@~4f3_cHjRl7OM*rXxO6gZ$u6WLx
zGUL(x@TEG_nyz5(5E(?GJni0B00HX-5r6z}r)$s20IC&PyM=
z2;4WEho+Z?1kUrc3~x8z*T%2r$cV5SsZfVfh*R|>q!zFQE(~sqpQQ!DOi--xF!6}F
zc+Ee^cRPs7ckm}a@$Vj=gz$G9z8k$aF+kx{cCq!ccUk-q^9#sE+u9L