Giter VIP home page Giter VIP logo

Comments (25)

nandini45 avatar nandini45 commented on June 7, 2024 1

@siddhipandare yes the events which you are referring to are the events that you need to mention.
As for location of the events all of them will be conducted virtually i suppose. and for the timezone i think you can mention two standard time Indian standard time, European standard time.
i think when @Sonal240 answers your questions all the question will be answered. if still any query feel free to ask.

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024 1

rename it as events and highlights...I think it might conflict with another file with the same name...the top description...thanks

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024 1

Instead of contact us section, we can redirect them to the specific website(eg open-source hack day). Use promotional images for online events and for rest of the events that were conducted offline try collecting onsite images if possible

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024 1

I just gave an example for the website...I think grace hopper event etc can also be considered here

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024 1

@siddhipandare kindly have a look I have updated the issue and update the pr

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024

@sakshi1499 kindly review the issue thanks...

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@Sonal240 Awesome!!

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@anitab-org/content-team Please take up this issue :)

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

Hey can I work on this?

from anitab-org.github.io.

sakshi1499 avatar sakshi1499 commented on June 7, 2024

@siddhipandare Hey, sure. I'll assign you

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

@sakshi1499 Thank you!
@Sonal240 Few doubts , since the event names are not mentioned I suppose these are one day (short) events and not GSoC or hackathons
I found the details of AnitaB open source Events ➡️ here

But I don't know if these are recurring events. Are these the events you need description for?
Also, as the event location and time is continually changing should I leave it as they are?
What should be added in the event highlights? I am unable to understand the purpose of the small white boxes.

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024

I think @mayburgos would be the right person to answer this...

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

@anitab-org/content-team @mayburgos Can you help with this?

@sakshi1499 Thank you!
@Sonal240 Few doubts , since the event names are not mentioned I suppose these are one day (short) events and not GSoC or hackathons
I found the details of AnitaB open source Events ➡️ here

But I don't know if these are recurring events. Are these the events you need description for?
Also, as the event location and time is continually changing should I leave it as they are?
What should be added in the event highlights? I am unable to understand the purpose of the small white boxes.

from anitab-org.github.io.

nandini45 avatar nandini45 commented on June 7, 2024

@annabauza Can you look into this issue and answer her questions?

from anitab-org.github.io.

annabauza avatar annabauza commented on June 7, 2024

@nandini45 can we provide the json/js format like we implement under content folder?

from anitab-org.github.io.

nandini45 avatar nandini45 commented on June 7, 2024

@sonal420 can u tell the purpose of these boxes.. what are these for.?
image

from anitab-org.github.io.

nandini45 avatar nandini45 commented on June 7, 2024

yes if we have to put the content of the events page then yeah sure @annabauza

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024

Those boxes are for thumbnail images of events

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

@nandini45 Thank you 👍 I am working on this.
I'll keep you all posted.
@Sonal240 I'll refer to the existing code in the content folder for the structure. 😄

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

Update : I am still editing the content. Just confirming, I'll name the file as events.js which will be in src/content/events.js is that okay?

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

This is the structure of events_and_highlights.json file (In the last update I said it's a .js file, apologies)

The current structure is -

{
  "sections": [
    {
      "title": "Our Events and Highlights",
      "content": [
        {
          "par": ".."
        }
      ]
    },
    {
      "title": "Events",
      "content": [
        [
          {
            "Event Title": "..."
          },
          {
            "Event Date": "..."
          },
          {
            "Event Location": "..."
          },
          {
            "Event Timings": "..."
          },
          {
            "Event description": [
              {
                "par": "..."
              }
            ]
          }
        ],
        [
          {
            "Event Title": "..."
          },
          {
            "Event Date": "..."
          },
          {
            "Event Location": "..."
          },
          {
            "Event Timings": "..."
          },
          {
            "Event Description": [
              {
                "par": "..."
              }
            ]
          }
        ]
      ]
    }
  ]
}

I am almost done with the content. Let me know if it's okay, will open PR soon 😄

from anitab-org.github.io.

nandini45 avatar nandini45 commented on June 7, 2024

@Sonal240 can u check the content and approve it.. so she can proceed further and open the PR

from anitab-org.github.io.

Sonal240 avatar Sonal240 commented on June 7, 2024

@siddhipandare can you add 2 more sections for event highlight(images) and know more( links to respective event website if available, or a particular section of a website)...thanks

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

Okay, will do that! By add images do you mean I should add promotional flyers? For reference, in this folder ➡️ events there are promotional images, Why I contribute to open source_Twitter.png (or Why I contribute to open source_LinkedIn.png). If yes, I'll add images in a new folder called events_and_highlights ➡️ src/assets/image/events_and_highlights/images..

As for the know more section, I'll direct it to Contact us section.

from anitab-org.github.io.

siddhipandare avatar siddhipandare commented on June 7, 2024

I thought 'events' are only online (virtual) guest speaker events because the description for Open Source Hackday, etc will be covered in issue #72. As for the offline events, I couldn't find any 🤔

from anitab-org.github.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.