diff --git a/font/lilliput_steps.eot b/font/lilliput_steps.eot new file mode 100644 index 0000000..1fee5dd Binary files /dev/null and b/font/lilliput_steps.eot differ diff --git a/font/lilliput_steps.svg b/font/lilliput_steps.svg new file mode 100644 index 0000000..4f90846 --- /dev/null +++ b/font/lilliput_steps.svg @@ -0,0 +1,389 @@ + + + + +Created by FontForge 20110222 at Mon Mar 7 13:30:03 2011 + By www-data +(c) 1999 Ray Larabie. See attached license agreement for more information. If EULA is missing, visit www.larabiefonts.com for an updated version of this font. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/font/lilliput_steps.ttf b/font/lilliput_steps.ttf new file mode 100644 index 0000000..aa32e3f Binary files /dev/null and b/font/lilliput_steps.ttf differ diff --git a/font/lilliput_steps.woff b/font/lilliput_steps.woff new file mode 100644 index 0000000..e7c6683 Binary files /dev/null and b/font/lilliput_steps.woff differ diff --git a/image/apple.jpg b/image/apple.jpg new file mode 100644 index 0000000..d6b8a92 Binary files /dev/null and b/image/apple.jpg differ diff --git a/image/d.sun.png b/image/d.sun.png new file mode 100644 index 0000000..7039268 Binary files /dev/null and b/image/d.sun.png differ diff --git a/image/uber-elevate.jpg b/image/uber-elevate.jpg new file mode 100644 index 0000000..2ee0f3c Binary files /dev/null and b/image/uber-elevate.jpg differ diff --git a/image/uber.jpg b/image/uber.jpg new file mode 100644 index 0000000..b950db4 Binary files /dev/null and b/image/uber.jpg differ diff --git a/index.css b/index.css index e69de29..1e8f852 100644 --- a/index.css +++ b/index.css @@ -0,0 +1,213 @@ +@import url(https://fonts.googleapis.com/css?family=Coiny); +@import url(https://fonts.googleapis.com/css?family=Gloria+Hallelujah); +@import url(https://fonts.googleapis.com/css?family=Bungee+Shade); + +@font-face +{ + font-family: 'LilliputSteps-Regular'; + src: url('font/lilliput_steps.eot?') + format('eot'), url('font/lilliput_steps.woff') + format('woff'), url('font/lilliput_steps.ttf') + format('truetype'), url('font/lilliput_steps.svg#LilliputSteps-Regular') + format('svg'); +} + +.headline +{ + font-family: Coiny, serif; + text-align: center; + width: 90%; + float: left; + +} + +main +{ + display: block; + border: 4px double black; + color: #000; + background: #fff; + font-family: Arial, sans-serif; +} + +body +{ + font-family: Arial, sans-serif; + text-align: left; +} + +p +{ + line-height: 1.5; + letter-spacing: normal; + word-spacing: normal; + text-indent: 5%; +} + +hr +{ + color: rgba(0,0,0, .5); +} + +.first-title, +.second-title +{ + font-family: Monotype Corsiva, cursive; + text-align: center; + font-size: 18px; +} + +.author +{ + font-family: Gloria Hallelujah, cursive; + text-align: right; + font-size: 10px; +} + +p:first-child::first-letter +{ + font-family: Bungee Shade, cursive; + font-size: 50px; + color: #f00; +} + +.first-post +{ + width: 440px; + float: left; + border-right: 1px solid #000; + padding: 25px; +} + +.second-post +{ + margin-left: 490px; + padding: 25px; + border-left: 1px solid #000; +} + +.post-1 +{ + column-count: 2; + -moz-column-count: 2; + -webkit-column-count: 2; + column-rule: 1px solid rgba(0,0,0, .5); + -moz-column-rule: 1px solid rgba(0,0,0, .5); + -webkit-column-rule: 1px solid rgba(0,0,0, .5); + hyphens: auto; + break-inside: avoid-page; +} + +.post-2 +{ + column-count: 3; + -moz-column-count: 3; + -webkit-column-count: 3; + column-rule: 1px solid rgba(0,0,0, .5); + -moz-column-rule: 1px solid rgba(0,0,0, .5); + -webkit-column-rule: 1px solid rgba(0,0,0, .5); + hyphens: auto; +} + +span.sv-font-1 +{ + font-family: Arial, sans-serif; +} + +span.sv-font-2 +{ + font-family: Monotype Corsiva, cursive; +} + +span.sv-colors-1 +{ + border: 1px solid rgba(0,0,0, .5); + color: #000; + background: #fff; +} + +span.sv-colors-2 +{ + border: 1px solid #000; + color: #fff; + background: #000; +} + +span.sv-size-1 +{ + font-size: x-small; +} + +span.sv-size-2 +{ + font-size: medium; +} + +span.sv-size-3 +{ + font-size: x-large; +} + +.sv-size-1:checked ~ main +{ + font-size: x-small; +} + +.sv-size-3:checked ~ main +{ + font-size: x-large; +} + +.sv-colors-2:checked ~ main +{ + background: #000; + color: #fff; +} + +.sv-font-2:checked ~ main +{ + font-family: Monotype Corsiva, cursive; +} + +.apple-img +{ + width: 210px; + padding: 5px; +} + +.zoom-img +{ + width: 500px; + padding-top: 10px; + padding-bottom: 10px; +} + +.uber-img +{ + width: 240px; + padding: 5px; +} + +.vertical +{ + font-family: LilliputSteps-Regular, cursive; + margin-left: 40%; + width: 1ch; + text-align: center; + word-wrap: break-word; + float: left; +} + +.weather +{ + font-family: LilliputSteps-Regular, cursive; + margin-left: 90%; + text-align: center; + height: 140px; +} + +div +{ + column-span: all; + text-align: center; +} diff --git a/index.html b/index.html index d810ba7..29c7dec 100644 --- a/index.html +++ b/index.html @@ -1,8 +1,179 @@ - - - - - - + + + TECH + + + + + A + A + A
+ A + A
+ A + A +
+
+

USA TODAY

+ +
+
+
+
+

+ Britain hit hard by Apple Mac price hikes +

+
+
+

+ By Jane Onyanga-Omara, USA TODAY +

+
+
+

+ LON­DON — Bri­tain’s im­pend­ing exit from the European Uni­on + is lead­ing to high­er prices for Apple Mac com­puters here. +

+

+ The tech gi­ant un­veiled a new line of Mac­Books on Thursday + and used the op­por­tun­ity to an­nounce price hikes for its + oth­er, older Apple Mac com­puters. +

+

+ Apple Mac buy­ers in the U.K. must hand over 20% more — or + up to $610 — start­ing Fri­day. It fol­lows a drop in the + pound's value against the dol­lar fol­low­ing the coun­try’s + vote to exit the European Uni­on. +

+

+ Apple has to re­cal­ib­rate prices after sig­ni­ + fic­ant cur­rency fluc­tu­ations, and since the E.U. + ref­er­en­dum, U.K. prices are' out of sync with the dol­lar, + said Patrick O'Bri­en, an ana­lyst at the Ver­dict Re­tail + con­sultancy, ac­cord­ing to the BBC. +

+

+ He ad­ded: While price in­creases won't look good to the con­sumer, + it's dif­fi­cult to blame Apple. + Apple Mac +

+

+ The price of one Mac Pro desktop rose from $3,048 (£2,499) to + $3,658 (£2,999). A 13-inch Mac­Book Air jumped from $1,035 (£849) + to $1,157 (£949.) +

+

+ A 12-inch Mac­Book was hiked from $1,279 (£1,049) to $1524 (£1,249.) +

+

+ The pound has fallen 18% against the dol­lar since the vote for + Brexit at a ref­er­en­dum in June. +

+

+ Earli­er this week, Mi­crosoft an­nounced its cloud products would + cost busi­ness cus­tom­ers here up to 22% more. +

+
+
+
+
+

+ Uber looks to flying cars as next big shift +

+
+
+

+ By Eli Blumenthal, USA TODAY +

+
+
+

+ NEW YORK — While most of the auto in­dustry is fo­cused on get­ting + self-driv­ing cars rolling, Uber already has its eyes set to the skies. + Lit­er­ally. +

+

+ In a white pa­per pub­lished this week, the com­pany de­tailed + plans for Uber El­ev­ate, its new di­vi­sion for of­fer­ing + rides through fly­ing cars. +

+

+ The com­pany hopes to have the pro­gram up and run­ning with­in + a dec­ade. +

+
+ uber-elevate-route +
+

+ + In ad­di­tion to be­ing in­cred­ibly cool, Uber stresses the + many be­ne­fits of this meth­od of trans­port­a­tion in + this new mode of trans­port­a­tion, time sav­ing be­ing + the biggest. +

+

+ Ima­gine trav­el­ing from San Fran­cisco’s Mar­ina + (dis­trict) to work in down­town San Jose — a drive that would + nor­mally oc­cupy the bet­ter part of two hours — in only 15 minutes, + writes Jeff Hold­en, Uber's chief product of­ficer, and Nikhil + Goel, the com­pany's product man­ager for Uber El­ev­ate and + ad­vanced pro­grams, in the white pa­per. +

+

+ What if you could save nearly four hours round-trip between São + Paulo’s city cen­ter and the sub­urbs in Camp­i­nas? Or ima­gine + re­du­cing your 90-plus minute stop-and-go com­mute from Gur­gaon to + your of­fice in cent­ral New Del­hi to a mere six minutes, + they wrote. + Uber flying cars +

+

+ Plus with more people in the air, the com­pany an­ti­cip­ates it + loosen­ing the bur­den on the roads, par­tic­u­larly in + heav­ily-con­ges­ted areas. +

+

+ The com­pany ac­know­ledges that there are chal­lenges for + get­ting this project off the ground. As op­posed to us­ing + heli­copters, which are ex­pens­ive and noisy, the com­pany + will in­stead be re­ly­ing on VTOLs, or "a net­work of small, + elec­tric air­craft that take off and land ver­tic­ally." +

+

+ The VTOLs are cheap­er and quieter, and their elec­tron­ic basis also + mean they will bet­ter for the en­vir­on­ment than the gas-powered + heli­copters. Bat­tery tech­no­logy still needs to im­prove, + and as these are fly­ing vehicles, the com­pany notes there will need to be + some air traffic con­trol mech­an­ism in place. These vehicles also will + need prop­erly trained pi­lots at the con­trol, at least un­til they + too be­come self-driv­ing. +

+

+ Plus there's the eco­nom­ics. This type of fly­ing air­craft, which + is already be­ing de­veloped by a vari­ety of com­pan­ies + in­clud­ing Joby Avi­ation, Zee.Aero and Air­bus, will be pricey + ini­tially, though Uber an­ti­cip­ates that with scale it will + drop. For the con­sumer, it sees prices start­ing out high but drop­ping + over time thanks to its Uber Pool sys­tem. +

+

+ A 45-mile pool VTOL, for ex­ample, would re­place a 60-mile car ride + for po­ten­tially as low as $21. And the trek would only be 15 minutes. +

+

+ The com­pany is plan­ning an El­ev­ate Sum­mit for early next + year to fur­ther set the wheels in mo­tion. +

+

+ As for tim­ing, the com­pany hopes to have vehicles ready with­in the + next five years, with fleets de­ploy­ing over the fol­low­ing five + years after that. In the in­ter­im, well, there's al­ways those more + tra­di­tion­al self-driv­ing Uber cars. +

+
+
+
+