Skip to content

Commit

Permalink
chore: prep for new repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pattan committed May 3, 2024
1 parent 3cfcf54 commit 6b54f51
Show file tree
Hide file tree
Showing 31 changed files with 9,927 additions and 8,976 deletions.
82 changes: 41 additions & 41 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
{
"projectName": "advantage",
"projectOwner": "madington",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "pattan",
"name": "Patrik Wilhelmsson",
"avatar_url": "https://avatars.githubusercontent.com/u/1073964?v=4",
"profile": "https://github.com/pattan",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "pontusarmini",
"name": "Pontus Armini",
"avatar_url": "https://avatars.githubusercontent.com/u/4329077?v=4",
"profile": "https://github.com/pontusarmini",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "rebeckasjostrom1",
"name": "Rebecka Sjöström",
"avatar_url": "https://avatars.githubusercontent.com/u/73482574?v=4",
"profile": "https://github.com/rebeckasjostrom1",
"contributions": [
"doc",
"ideas"
]
}
]
"projectName": "advantage",
"projectOwner": "get-advantage",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "pattan",
"name": "Patrik Wilhelmsson",
"avatar_url": "https://avatars.githubusercontent.com/u/1073964?v=4",
"profile": "https://github.com/pattan",
"contributions": [
"doc",
"ideas"
]
},
{
"login": "pontusarmini",
"name": "Pontus Armini",
"avatar_url": "https://avatars.githubusercontent.com/u/4329077?v=4",
"profile": "https://github.com/pontusarmini",
"contributions": [
"code",
"doc",
"ideas"
]
},
{
"login": "rebeckasjostrom1",
"name": "Rebecka Sjöström",
"avatar_url": "https://avatars.githubusercontent.com/u/73482574?v=4",
"profile": "https://github.com/rebeckasjostrom1",
"contributions": [
"doc",
"ideas"
]
}
]
}
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: Ask a question
url: https://github.com/madington/advantage/discussions/new/choose
about: Ask questions and discuss with other community members
- name: Ask a question
url: https://github.com/get-advantage/advantage/discussions/new/choose
about: Ask questions and discuss with other community members
7 changes: 4 additions & 3 deletions .vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ export default defineConfig({
title: "Advantage",
description: "Building User-First Ad Formats",
lastUpdated: true,
base: process.env.NODE_ENV === "production" ? "/advantage/" : "/",
//base: process.env.NODE_ENV === "production" ? "/advantage/" : "/",
base: "/",
publicDir: "public",
head: [
['script', { src: 'https://cdn.tailwindcss.com' }]
Expand All @@ -34,7 +35,7 @@ export default defineConfig({
socialLinks: [
{
icon: "github",
link: "https://github.com/madington/advantage"
link: "https://github.com/get-advantage/advantage"
},
{
icon: "slack",
Expand All @@ -43,7 +44,7 @@ export default defineConfig({
],
editLink: {
pattern:
"https://github.com/madington/advantage/edit/main/www/:path",
"https://github.com/get-advantage/advantage/edit/main/www/:path",
text: "Edit this page on GitHub"
},
outline: [2, 3],
Expand Down
11 changes: 6 additions & 5 deletions CODE-OF-CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ Getadvantage.org expects its members and contributors to observe technical guide
getadvantage.org will further be referenced as "Advantage" in the documentation. This code of conduct is a high-level description of the project concepts; details will be referenced in our open-source license.

## Advantage Mission Statement

Advantage's mission is to simplify and standardize high-impact display advertising on the web and to democratize high-impact web advertising for all stakeholders in the digital advertising ecosystem.

### Advantage Core Concepts & Scope

- Secure & transparent
- Standardization for simplified buying and selling of high-impact display advertising
- Development within the project is to benefit the community as a whole
- Secure & transparent
- Standardization for simplified buying and selling of high-impact display advertising
- Development within the project is to benefit the community as a whole

## Our Pledge to Eachother
## Our Pledge to Eachother

We as members, contributors, and leaders pledge to make participation in our
community a harassment-free experience for everyone, regardless of age, body
Expand Down Expand Up @@ -73,7 +74,7 @@ representative at an online or offline event.

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported to the community leaders responsible for enforcement at
abuse@getadvantage.org
[abuse@get-advantage.org](mailto:abuse@get-advantage.org)

All complaints will be reviewed and investigated promptly and fairly.

Expand Down
16 changes: 8 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ All types of contributions are encouraged and valued. See the [Table of Contents

> If you want to ask a question, we assume that you have read the available [Documentation]().
Before you ask a question, it is best to search for existing [Issues](/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.
Before you ask a question, it is best to search for existing [Issues](https://github.com/get-advantage/advantage/issues) that might help you. In case you have found a suitable issue and still need clarification, you can write your question in this issue. It is also advisable to search the internet for answers first.

If you then still feel the need to ask a question and need clarification, we recommend the following:

- Open an [Issue](/issues/new).
- Open an [Issue](https://github.com/get-advantage/advantage/issues/new/choose).
- Provide as much context as you can about what you're running into.
- Provide project and platform versions (nodejs, npm, etc), depending on what seems relevant.

Expand Down Expand Up @@ -72,7 +72,7 @@ A good bug report shouldn't leave others needing to chase you up for more inform

- Make sure that you are using the latest version.
- Determine if your bug is really a bug and not an error on your side e.g. using incompatible environment components/versions (Make sure that you have read the [documentation](). If you are looking for support, you might want to check [this section](#i-have-a-question)).
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](issues?q=label%3Abug).
- To see if other users have experienced (and potentially already solved) the same issue you are having, check if there is not already a bug report existing for your bug or error in the [bug tracker](https://github.com/get-advantage/advantage/labels/bug).
- Also make sure to search the internet (including Stack Overflow) to see if users outside of the GitHub community have discussed the issue.
- Collect information about the bug:
- Stack trace (Traceback)
Expand All @@ -85,13 +85,13 @@ A good bug report shouldn't leave others needing to chase you up for more inform

#### How Do I Submit a Good Bug Report?

> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to <operations@madington.com>.
> You must never report security related issues, vulnerabilities or bugs including sensitive information to the issue tracker, or elsewhere in public. Instead sensitive bugs must be sent by email to [operations@get-advantage.org](mailto:operations@get-advantage.org).
<!-- You may add a PGP key to allow the messages to be sent encrypted as well. -->

We use GitHub issues to track bugs and errors. If you run into an issue with the project:

- Open an [Issue](/issues/new). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
- Open an [Issue](https://github.com/get-advantage/advantage/issues/new/choose). (Since we can't be sure at this point whether it is a bug or not, we ask you not to talk about a bug yet and not to label the issue.)
- Explain the behavior you would expect and the actual behavior.
- Please provide as much context as possible and describe the _reproduction steps_ that someone else can follow to recreate the issue on their own. This usually includes your code. For good bug reports you should isolate the problem and create a reduced test case.
- Provide the information you collected in the previous section.
Expand All @@ -113,15 +113,15 @@ This section guides you through submitting an enhancement suggestion for Advanta
#### Before Submitting an Enhancement

- Make sure that you are using the latest version.
- Read the [documentation]() carefully and find out if the functionality is already covered, maybe by an individual configuration.
- Perform a [search](/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
- Read the [documentation](https://get-advantage.org) carefully and find out if the functionality is already covered, maybe by an individual configuration.
- Perform a [search](https://github.com/get-advantage/advantage/issues) to see if the enhancement has already been suggested. If it has, add a comment to the existing issue instead of opening a new one.
- Find out whether your idea fits with the scope and aims of the project. It's up to you to make a strong case to convince the project's developers of the merits of this feature. Keep in mind that we want features that will be useful to the majority of our users and not just a small subset. If you're just targeting a minority of users, consider writing an add-on/plugin library.

<!-- omit in toc -->

#### How Do I Submit a Good Enhancement Suggestion?

Enhancement suggestions are tracked as [GitHub issues](/issues).
Enhancement suggestions are tracked as [GitHub issues](https://github.com/get-advantage/advantage/issues/new/choose).

- Use a **clear and descriptive title** for the issue to identify the suggestion.
- Provide a **step-by-step description of the suggested enhancement** in as many details as possible.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</h1>

<p align="center">
<a href="https://github.com/madington/advantage/actions/workflows/www.yml">
<img src="https://github.com/madington/advantage/actions/workflows/www.yml/badge.svg" alt="ci" />
<a href="https://github.com/get-advantage/advantage/actions/workflows/www.yml">
<img src="https://github.com/get-advantage/advantage/actions/workflows/www.yml/badge.svg" alt="ci" />
</a>
<a href="https://join.slack.com/t/get-advantage/shared_invite/zt-2gy6c4z4m-4~pIuwRfe8eqPM5H7iV9MQ">
<img src="https://img.shields.io/badge/chat-slack-blue?style=flat&logo=slack" alt="Slack chat">
Expand All @@ -22,9 +22,9 @@
<p align="center">
<a href="" target="blank">View Demo</a>
·
<a href="/madington/advantage/issues/new/choose">Report Bug</a>
<a href="/get-advantage/advantage/issues/new/choose">Report Bug</a>
·
<a href="/madington/advantage/issues/new/choose">Request Feature</a>
<a href="/get-advantage/advantage/issues/new/choose">Request Feature</a>
</p>

`Advantage` revolutionizes the way site owners integrate with high impact formats by providing a flexible, customizable unified API. Unlike traditional integrations that offer a one-size-fits-all solution, AdVantage empowers you to tailor the interaction between you site and high impact formats, ensuring a perfect fit for your specific needs.
Expand All @@ -37,7 +37,7 @@
- 👌 Ease of Use
- ⚡️ Efficiency & Effectiveness

Read the [documentation](https://madington.github.io/advantage) for more details!
Read the [documentation](https://get-advantage.org) for more details!

## 🤝 Contributing to `Advantage`

Expand Down
87 changes: 66 additions & 21 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,33 +6,78 @@
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Advantage</title>
<style>
html,
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
}

.container {
display: flex;
justify-content: center;
align-items: center;
}
</style>
<script src="https://cdn.tailwindcss.com"></script>
</head>

<body>
<div class="container">
<body class="flex flex-col items-center justify-center dark:bg-gray-900">

<div>
<h1>
Advantage
<section class="">
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16">
<h1
class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl dark:text-white">
Interactive Examples Showcases
</h1>
<a href="/playground/index.html">Development demo</a>
<p class="mb-8 text-lg font-normal text-gray-500 lg:text-xl sm:px-16 lg:px-48 dark:text-gray-400">
Explore our collection of interactive showcases with functionality.
</p>
</div>
</section>
<section class="grid grid-cols-2 gap-4">
<a href="./playground/local-dev/index.html"
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-md hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Local Development
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Development demo
</p>
</a>
<a href="./playground/gpt/index.html"
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-md hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
GPT
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Showcase how to integrate with Google Publisher Tags.
</p>
</a>
<a href="/playground/gpt/index.html"
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-md hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Livewrapped
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
How to wrap your placements with AdVantage in Livewrapped <span
class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">Coming
soon</span>
</p>
</a>

</div>
<a href=""
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-md hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Using the auto wrapper
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Showcase how to use the helper function to wrap existing adslots <span
class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">Coming
soon</span>
</p>
</a>

<a href=""
class="block max-w-sm p-6 bg-white border border-gray-200 rounded-lg shadow-md hover:bg-gray-100 dark:bg-gray-800 dark:border-gray-700 dark:hover:bg-gray-700">
<h5 class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white">
Custom UI
</h5>
<p class="font-normal text-gray-700 dark:text-gray-400">
Showcase how to change the look and feel of a format <span
class="bg-green-100 text-green-800 text-xs font-medium me-2 px-2.5 py-0.5 rounded dark:bg-green-900 dark:text-green-300">Coming
soon</span>
</p>
</a>

</section>

</body>

Expand Down
Loading

0 comments on commit 6b54f51

Please sign in to comment.