+
+
+
+
diff --git a/headers.txt b/headers.txt
new file mode 100644
index 0000000..fbf57e0
--- /dev/null
+++ b/headers.txt
@@ -0,0 +1,4 @@
+Will Elon Musk put Twitter on a collision course with global speech regulators?
+Natasha Lomas
+April 26 2022
+story
\ No newline at end of file
diff --git a/post_comment.php b/post_comment.php
new file mode 100644
index 0000000..5d1f0f2
--- /dev/null
+++ b/post_comment.php
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/post_story.php b/post_story.php
new file mode 100644
index 0000000..0210d87
--- /dev/null
+++ b/post_story.php
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/post_story.txt b/post_story.txt
new file mode 100644
index 0000000..e181068
--- /dev/null
+++ b/post_story.txt
@@ -0,0 +1,7 @@
+In GAAP terms, an acronym that denotes standard American accounting methods, Lyft had a very unprofitable quarter, posting a net loss of $196.9 million. Though an improvement from its year-ago GAAP net loss of $427.3 million, the company’s Q1 2022 net loss represents a material percentage of its revenues.
+
+In adjusted terms, the news is better. Lyft’s adjusted EBITDA for Q1 2022 was $54.8 million, up more than $127 million from a year-ago negative tally. The era of ride-hailing companies managing positive adjusted EBITDA continues, in other words.
+May 04 2022 07:03 AM
+salkdnbskjfbvcsjhfclbzjkcv lzjhncv jkzsd
+
+May 05 2022 21:42 PM
\ No newline at end of file
diff --git a/story.css b/story.css
new file mode 100644
index 0000000..b0a94f3
--- /dev/null
+++ b/story.css
@@ -0,0 +1,27 @@
+ul {
+ list-style-type: none;
+ margin: 0;
+ padding: 0;
+ overflow: hidden;
+ background-color: #333;
+}
+
+
+li a {
+ display: block;
+ float: left;
+ color: white;
+ text-align: center;
+ padding: 14px 16px;
+ text-decoration: none;
+
+
+Fixed Top
+ul {
+ position: fixed;
+ top: 0;
+ width: 100%;
+}
+
+
+
diff --git a/story.txt b/story.txt
new file mode 100644
index 0000000..c3adce3
--- /dev/null
+++ b/story.txt
@@ -0,0 +1,13 @@
+American ride-hailing company Lyft reported Tuesday its first quarter financial performance, a report that showed continued improvement from the loss of business it experienced during the COVID-19 pandemic.
+
+In Q1, the former startup unicorn generated revenues of $875.6 million, up some 44% from the year-ago period. Besting its guidance, the company’s CEO Logan Green said in a release that the company’s larger than anticipated revenue haul “was driven by increased demand and resilient driver levels.”
+
+Investors had expected the company revenues of $846.0 million, per Yahoo Finance data. However, that wasn’t enough to lift Lyft’s shares, which fell by more than 12% in after-hours trading. The company’s sequentially declining rider figures and the specter of driver incentives soured investors on the company’s results.
+
+Still, Lyft’s business has improved off of deep COVID lows. In Q1, for example, Lyft saw its active rider count reach 17.8 million, up nearly 32% from its year-ago result of 13.5 million. And those riders are spending more than they did at the start of 2021, with Lyft’s “revenue per active rider” metric rising to $49.18 in Q1 2022 compared to $45.13 in the year-ago period; the more recent number is some 9% greater than its comparative 2021 result.
+
+How did the rising revenue figure translate into profits?
+
+In GAAP terms, an acronym that denotes standard American accounting methods, Lyft had a very unprofitable quarter, posting a net loss of $196.9 million. Though an improvement from its year-ago GAAP net loss of $427.3 million, the company’s Q1 2022 net loss represents a material percentage of its revenues.
+
+In adjusted terms, the news is better. Lyft’s adjusted EBITDA for Q1 2022 was $54.8 million, up more than $127 million from a year-ago negative tally. The era of ride-hailing companies managing positive adjusted EBITDA continues, in other words.
\ No newline at end of file
From 83a5b895bb449c1b0cc870cc90b74d4ba42b161a Mon Sep 17 00:00:00 2001
From: lvl75charizard <61248118+lvl75charizard@users.noreply.github.com>
Date: Sat, 7 May 2022 20:12:54 -0400
Subject: [PATCH 3/9] Add files via upload
Redid a a lot logic in most files
---
count.php | 23 ++++++++++++++++++++++
create_story.php | 14 ++++++++++++--
post_comment.php | 7 ++++---
post_story.php | 16 +++++++++-------
story.php | 50 ++++++++++++++++++++++++------------------------
5 files changed, 73 insertions(+), 37 deletions(-)
create mode 100644 count.php
diff --git a/count.php b/count.php
new file mode 100644
index 0000000..ba1b430
--- /dev/null
+++ b/count.php
@@ -0,0 +1,23 @@
+";
+?>
diff --git a/create_story.php b/create_story.php
index e04b7a9..e97e73d 100644
--- a/create_story.php
+++ b/create_story.php
@@ -19,9 +19,19 @@
"; + // echo $result; + //} + //fclose($comments); + ?> + +