From 12565cca2e43049882691ab6130786fa86e4a9e1 Mon Sep 17 00:00:00 2001 From: s1n <50817549+8cy@users.noreply.github.com> Date: Tue, 28 Jan 2020 14:46:42 -0800 Subject: Add files via upload --- cs2-tesla-em/README.md | 7 ++ cs2-tesla-em/assets/serve.jpg | Bin 0 -> 202051 bytes cs2-tesla-em/index.html | 113 +++++++++++++++++++++++++++++++ cs2-tesla-em/main.css | 153 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 273 insertions(+) create mode 100644 cs2-tesla-em/README.md create mode 100644 cs2-tesla-em/assets/serve.jpg create mode 100644 cs2-tesla-em/index.html create mode 100644 cs2-tesla-em/main.css (limited to 'cs2-tesla-em') diff --git a/cs2-tesla-em/README.md b/cs2-tesla-em/README.md new file mode 100644 index 0000000..f3f0ad9 --- /dev/null +++ b/cs2-tesla-em/README.md @@ -0,0 +1,7 @@ +# Recreation + +https://8cy.github.io/cs2-tesla-em/ + +# Old + +![Alt Text](/assets/serve.jpg) diff --git a/cs2-tesla-em/assets/serve.jpg b/cs2-tesla-em/assets/serve.jpg new file mode 100644 index 0000000..463f4ca Binary files /dev/null and b/cs2-tesla-em/assets/serve.jpg differ diff --git a/cs2-tesla-em/index.html b/cs2-tesla-em/index.html new file mode 100644 index 0000000..ea3a23f --- /dev/null +++ b/cs2-tesla-em/index.html @@ -0,0 +1,113 @@ + + + + + + + Elon Musk | Tesla + + + + +
+
+ + + + +
+ SHOP      + SIGN IN      + + +
+
+
+ +
+

Elon Musk

+ + + +
+ +
+

+ Elon Musk is the co-founder and CEO at Tesla, overseeing all product design, engineering and
+ manufacturing of the company's electric vehicles, battery products, and Solar Roofs.
+
+ Since the company’s inception in 2003, Tesla’s mission has been to accelerate the world’s
+ transition to a sustainable energy future. The first Tesla product, the Roadster sports car,
+ debuted in 2008, followed by the Model S sedan, which was introduced in 2012, and the
+ Model X SUV, which launched in 2015. Model S was named Motor Trend 2013 Car of the Year
+ and received Consumer Reports’ Best Overall Car, while Model X was the first SUV ever to
+ earn 5-star safety ratings in every category and sub-category in the National Highway Traffic
+ Safety Administration’s tests. In 2017, Tesla began deliveries of Model 3, a $35,000 mass-
+ market electric car with over 215 miles of range, and unveiled Tesla Semi, which is designed
+ to save owners at least $200,000 over a million miles based on fuel costs alone.
+
+ Tesla also produces two energy storage products, the Powerwall home battery and the
+ Powerpack industrial-scale battery. In 2016, Tesla became the world’s first vertically-integrated
+ sustainable energy company with the acquisition of SolarCity, the leading provider of solar
+ power systems in the United States, and in 2017 released Solar Roof – a beautiful and
+ affordable energy generation product.
+
+ Elon is also the co-founder, CEO and lead designer of Space Exploration Technologies
+ (SpaceX), where he oversees the development and manufacturing of advanced rockets and
+ spacecraft for missions to and beyond Earth orbit, with the goal of creating a self-sustaining
+ city on Mars. He is also CEO of Neuralink, which is developing ultra-high bandwidth brain-
+ machine interfaces to connect the human brain to computers. Elon also founded and serves
+ as CEO of The Boring Company, which combines fast, affordable tunneling technology with an
+ all-electric public transportation system in order to alleviate soul-crushing urban congestion
+ and enable high-speed long-distance travel.
+
+ Previously, Elon co-founded and sold PayPal, the world's leading Internet payment system,
+ and Zip2, one of the first internet maps and directions services, which helped bring major
+ publishers like the New York Times and Hearst online.
+

+
+ +
+

Press

+ +

+ Worldwide inquiries
+ Press@tesla.com +

+
+ + +
+ + + + \ No newline at end of file diff --git a/cs2-tesla-em/main.css b/cs2-tesla-em/main.css new file mode 100644 index 0000000..316a2c2 --- /dev/null +++ b/cs2-tesla-em/main.css @@ -0,0 +1,153 @@ +html, body { + overflow: hidden; +} + +.strip { + background: #222222; + width: 100%; + position: absolute; + top: 0; + left: 0; + height: 52px; +} + +#header-logo { + position: relative; + top: 18px; + left: 20px; +} + +.models, .models a { + font-family: Gotham Medium, + "M Hei PRC W45", + "M Hei HK W42", + "M Hei HK W40", + "HelveticaNeue-Regular", + "Helvetica Neue Regular", + "Helvetica Neue", + Helvetica, + Arial, + sans-serif; + font-weight: 750; + font-size: 13px; + + + color: white; + transition: 255ms; + text-decoration-line: none; + + position: relative; + left: 17%; +} + +.models a:hover { + color: grey; + transition: 255ms; +} + +.comms, .comms a { + font-family: Gotham Medium, + "M Hei PRC W45", + "M Hei HK W42", + "M Hei HK W40", + "HelveticaNeue-Regular", + "Helvetica Neue Regular", + "Helvetica Neue", + Helvetica, + Arial, + sans-serif; + font-weight: 750; + font-size: 13px; + + color: white; + transition: 255ms; + text-decoration-line: none; + + position: relative; + top: -29%; + left: 45.5%; +} + +#comms-menu { + position: absolute; + top: -12%; + right: -24px; +} + +.main { + font-family: Gotham Light, + "M Hei PRC W45", + "M Hei HK W42", + "M Hei HK W40", + "HelveticaNeue-Regular", + "Helvetica Neue Regular", + "Helvetica Neue", + Helvetica, + Arial, + sans-serif; + + position: absolute; + top: 7%; + left: 23.5%; +} + +.main-header-links { + position: absolute; + top: -5%; + left: 13%; + + color: black; + text-decoration-line: none; +} + +.main-header-links, .main-header-links a { + font-size: 13px; + + color: black; + transition: 255ms; + text-decoration-line: none; + + position: relative; + top: -30px; + left: 32%; +} + +.divider { + position: absolute; + background: lightgray; + top: 11.7%; + height: 1px; + width: 1000px; +} + +.press { + position: absolute; + top: 17%; + left: 109%; + width: 200px; + font-size: 14px; +} + +.press a, #para-long-a { + color: #c43c21; + text-decoration-line: none; +} + +.press a:hover, #para-long-a:hover { + color: red +} + +.footer, .footer a { + color: grey; + text-decoration-line: none; + + position: relative; + top: 24px; +} + +#footer-divider { + color: lightgray; + + position: relative; + top: 24px; +} -- cgit v1.2.3