Skip to content

Commit c039752

Browse files
committed
deleted some items
1 parent 840a6a7 commit c039752

16 files changed

+4
-656
lines changed

.github/FUNDING.yml

-12
This file was deleted.

README.md

+1-41
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
# 11ty-landing-page
2-
3-
A simple landing page built with 11ty and Tailwind CSS.
4-
5-
**Other versions**
6-
7-
- [Astro](https://github.com/ttntm/astro-landing-page)
8-
- [Hugo](https://github.com/ttntm/hugo-landing-page)
9-
10-
## How to use this template
1+
# PyCon 2025 India Init Page
112

123
**Requirements:**
134

@@ -24,34 +15,3 @@ All other dependencies are either linked from a CDN or included in this reposito
2415
4. run `npm run serve`
2516
5. open a browser and go to `http://localhost:8080`
2617

27-
**Basic configuration:**
28-
29-
1. Eleventy -> `./.eleventy.js`
30-
2. Tailwind -> `./tailwind.config.js`
31-
3. Netlify -> `./netlify.toml`
32-
33-
CSS is built via PostCSS and based on `./src/_includes/css/_page.css`. Building CSS gets triggered by `./src/css/page.11ty.js` and Tailwind's config is set to JIT (see: [Tailwind docs](https://tailwindcss.com/docs/just-in-time-mode))
34-
35-
Please note that this CSS build _does not_ include the `normalize.css` file used for the 2 regular pages (imprint, privacy) - a minified production version is stored in `./src/static/css` and gets included in the build by default.
36-
37-
**Change Content:**
38-
39-
Page content is stored in
40-
41-
- `./src/`
42-
- `imprint.md`
43-
- `privacy.md`
44-
- `./src/sections/`
45-
- `./src/_data/features.json`
46-
47-
**Change Templates/Layout:**
48-
49-
Page structure and templates are stored in `./src/_layouts/` and can be edited there.
50-
51-
Best have a look at `./layouts/base.njk` first to understand how it all comes together - the page itself is constructed from partial templates stored in `./src/includes/` and each section has a corresponding template file (`section.**.njk`) stored there.
52-
53-
`index.njk` in `./src/` arranges everything, meaning that sections can be added/re-ordered/removed/... there.
54-
55-
**Change images:**
56-
57-
Images are stored in `./static/img/`; everything in there can be considered a placeholder that should eventually be replaced with your actual production images.

src/coc.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: page.njk
77
The Short Form
88
-------------
99

10-
We invite you to come to PyCon India 2024 in a spirit of curiosity, friendliness, open-mindedness, and respect. We will not tolerate harassment in any form.
10+
We invite you to come to PyCon India 2025 in a spirit of curiosity, friendliness, open-mindedness, and respect. We will not tolerate harassment in any form.
1111

1212
At the PyCon India venue and related online forums, you agree to:
1313
* Be kind and sensitive to the people around you and respect the boundaries of other attendees.
@@ -28,11 +28,11 @@ PyCon India is a community organised conference intended for advocating the use
2828

2929
We believe in the broad spectrum of individual and collective experience and in the inherent dignity of all people. We believe that amazing things happen when people from different worlds and world-views approach each other to create a conversation.
3030

31-
PyCon India 2024 welcomes everyone and is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, neurotype, race, religion, political opinion, culture or employment. We don’t tolerate harassment of attendees in any form.
31+
PyCon India 2025 welcomes everyone and is dedicated to providing a harassment-free conference experience for everyone, regardless of age, gender, sexual orientation, physical appearance, disability, neurotype, race, religion, political opinion, culture or employment. We don’t tolerate harassment of attendees in any form.
3232

3333
### Where
3434

35-
This Code of Conduct applies to the venue of PyCon India 2024 Conference, pre-event & post-event informal gatherings, related online forums and all conference related events organised by PyCon India.
35+
This Code of Conduct applies to the venue of PyCon India 2025 Conference, pre-event & post-event informal gatherings, related online forums and all conference related events organised by PyCon India.
3636

3737
### Who
3838

src/static/img/features/icon1.svg

-1
This file was deleted.

src/static/img/features/icon2.svg

-1
This file was deleted.

src/static/img/features/icon3.svg

-1
This file was deleted.

src/static/img/features/icon4.svg

-1
This file was deleted.

src/static/img/features/icon5.svg

-1
This file was deleted.

src/static/img/features/icon6.svg

-1
This file was deleted.

src/static/img/features/icon7.svg

-1
This file was deleted.

src/static/img/features/icon8.svg

-1
This file was deleted.

src/static/img/github.svg

-4
This file was deleted.

0 commit comments

Comments
 (0)