flameshot-org.github.io icon indicating copy to clipboard operation
flameshot-org.github.io copied to clipboard

Write an About page

Open mmahmoudian opened this issue 1 year ago • 4 comments

Considering recent comments I have got from various channels including Matrix, Email, and social media, I think we need a page to explain the following:

  1. What is Flameshot
  2. Why are we developing this
  3. What is the history of the project
    • https://github.com/flameshot-org/flameshot/issues/789
  4. A list of Alumni and current members of the Flameshot organization

mmahmoudian avatar Jun 20 '23 09:06 mmahmoudian

I'm not very familiar with the file system but after trying to find i'm not able to find the navbar. Can you help me with it?

DsChauhan08 avatar Dec 18 '23 13:12 DsChauhan08

I'm not sure what you mean by "navbar" but my guess is that you are looking for this:

templates/macros/header.html

If you take a screenshot of what you are looking for, I perhaps can be more helpful

mmahmoudian avatar Dec 18 '23 14:12 mmahmoudian

image

I want to know where are these buttons?

DsChauhan08 avatar Dec 19 '23 16:12 DsChauhan08

image

I want to know where are these buttons?

<ul class="navbar-nav main-nav me-auto order-5 order-md-2 d-flex justify-content-center"> {% if config.extra.menu.main %} {% for val in config.extra.menu.main %} <li class="nav-item{% if current_section == val.section %} {{ current_section }} active{% endif %}"> <a class="nav-link" href="{{ get_url(path=val.url, trailing_slash=false) | safe }}">{{ val.name }}</a> </li> {% endfor %} {% endif %} </ul> when this is removed all the buttons on nav are removed, where does it reference to change and add new buttons?

DsChauhan08 avatar Dec 20 '23 12:12 DsChauhan08