From fb041bc98e849c1863e099f4a2f2867b85d6ffd9 Mon Sep 17 00:00:00 2001 From: Ojong Enow Date: Dec 10 2021 11:27:34 +0000 Subject: created distinctive sections and adjusted formatting --- diff --git a/flocktofedora.org/data/content/index.html b/flocktofedora.org/data/content/index.html index bcbe5b0..eca0bb4 100644 --- a/flocktofedora.org/data/content/index.html +++ b/flocktofedora.org/data/content/index.html @@ -32,38 +32,45 @@
-

What is Flock?

-

Flock is the Fedora Project's annual contributor-focused conference. It typically alternates between European and North American locations. The conference provides a venue for face to face meetings and conversations. It is also a place to celebrate our community.

- -

Due to COVID-19, we will not have an in-person Flock this year. But we still want to do something fun, so we're bringing back Nest With Fedora! The safety of our community is the most important thing, and we look forward to getting everyone together in 2022.

- -

What will we do at Flock?

- -
    +
    +

    What is Flock?

    +

    Flock is the Fedora Project's annual contributor-focused conference. It typically alternates between European and North American locations. The conference provides a venue for face to face meetings and conversations. It is also a place to celebrate our community.

    + +

    Due to COVID-19, we will not have an in-person Flock this year. But we still want to do something fun, so we're bringing back Nest With Fedora! The safety of our community is the most important thing, and we look forward to getting everyone together in 2022.

    +
    + +
    +

    What will we do at Flock?

    + +
    • Communicate the Fedora Strategy. Everyone in Fedora should understand and feel well-aligned with the project's goals, both long-term and tactical. We should all understand the messaging we're using to attract new users and contributors.
    • Plan the Next Strategy. This strategy doesn't come from the top down, or from thin air, and it's not dictated by our sponsors. It comes from the community. Because we're so big and distributed, Flock can't be the only place where we get new ideas, but it is a summit where we present, learn about, and discuss them.
    • Build Community Connections and Engagement. We do amazing work as a global project, but there's no substitute for direct human interaction. Flock helps tie us together. In-person discussion, collaboration, and fun social events help us function better on IRC and mailing lists throughout the year.
    • -
    +
+
-

Who comes to Flock?

-

While Flock is open to anyone, the majority of talks at Flock are focused on existing contributors and those looking to increase their involvement. There is almost no solely user-focused content.

+
+

Who comes to Flock?

+

While Flock is open to anyone, the majority of talks at Flock are focused on existing contributors and those looking to increase their involvement. There is almost no solely user-focused content.

+
-
+
-

Schedule

- -

- The schedule is now available. Changes are still possible. -

- +
+

Schedule

-

Event Dates

+

+ The schedule is now available. Changes are still possible. +

+
+ +

Event Dates

Nest will begin the morning of Thursday, August 5. Sessions will continue each day until Saturday, August 7.

@@ -109,27 +116,29 @@ -
+
-

Call for Participation

+

Call for Participation

This year we are holding Nest with Fedora as a virtual replacement for our normal Flock to Fedora contributor conference. We are taking submissions in the Flock Pagure repository.

As we are able to record all of our content very easily this year, try to think about storytelling when you submit your proposals. What kind of story can you tell about your team, project, initiative, or the overall community?

-

Examples

-

“At Fedora’s contributor conference, Nest with Fedora, the Fedora Design team closed 10 tickets, updated their wiki/docs page, and came up with a strategy for the next year.”

+
+

Examples

+

“At Fedora’s contributor conference, Nest with Fedora, the Fedora Design team closed 10 tickets, updated their wiki/docs page, and came up with a strategy for the next year.”

-

“At Fedora’s contributor conference, Nest with Fedora, we had 000 participants show up with their pets!” (Social hour, bring your pet! Gather pet photos and create an album to go along with that story)

+

“At Fedora’s contributor conference, Nest with Fedora, we had 000 participants show up with their pets!” (Social hour, bring your pet! Gather pet photos and create an album to go along with that story)

-

As we are able to meet with our teams on a regular basis online, try to focus work sessions on strategy and plenary work for the upcoming year.

+

As we are able to meet with our teams on a regular basis online, try to focus work sessions on strategy and plenary work for the upcoming year.

+
-

Formats

+

Formats

Nest with Fedora has five tracks. They are listed below with example submissions.

-
    - General Ideas +
      +

      General Ideas

    • Lightning Talk
    • Session (25 minutes)
    • Session (50 minutes)
    • @@ -137,8 +146,10 @@
    • Hackfest (half day)
    +

    Submission deadline

    -

    The submission deadline has passed.

    +

    The submission deadline has passed.

    +

    Register now for Nest With Fedora. Nest will use the Hopin platform.

    @@ -185,11 +196,11 @@
-
+
-

Social

+

Social

Social Media

@@ -252,10 +263,10 @@
--> -
+
-
+

Venue and Hotel

Nest With Fedora will be held on Hopin.

@@ -324,48 +335,58 @@ Sponsorship opportunities are still open. For information, see the prospectus or contact flockinfo@fedoraproject.org.


-

Platinum Level

-

- -

-

- -

-
-

Gold Level

-

- -

-

- -

-

Bronze Level

+
+

Platinum Level

- -

-

- -

-

- -

-

- -

-

Media Sponsors

-

- -

-

- -

+ +

+

+ +

+
+
+
+
+

Gold Level

+

+ +

+

+ +

+
+
+
+

Bronze Level

+

+ +

+

+ +

+

+ +

+

+ +

+
+
+
+

Media Sponsors

+

+ +

+

+ +

+
-
-
+

Detroit photograph by Justin McAfee on Unsplash.

diff --git a/flocktofedora.org/static/css/flock.css b/flocktofedora.org/static/css/flock.css index 4dc9c38..2bcc847 100644 --- a/flocktofedora.org/static/css/flock.css +++ b/flocktofedora.org/static/css/flock.css @@ -1,6 +1,7 @@ body { margin: -0px !important; padding: 0px !important; + line-height: 3rem; } .container { @@ -19,6 +20,28 @@ body { margin: 0px; } +.bg-light { + background-color: #f8f9fa !important; +} + +.bg-gray-200 { + background-color: #e9ecef; +} + +.border { + border: 1px solid #dee2e6 !important; +} + +.py-2 { + padding-top: 2rem; + padding-bottom: 2rem; +} + +.py-1 { + padding-top: 1rem; + padding-bottom: 1rem; +} + #welcome { height: 350px; color: white; @@ -29,6 +52,10 @@ body { text-transform: uppercase; } +.rh-logo { + vertical-align: middle; +} + #welcome h1 { font-weight: 900; font-size: 5em;