Skip to content

Commit

Permalink
add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 18, 2024
1 parent 980c41b commit dd70385
Show file tree
Hide file tree
Showing 9 changed files with 99 additions and 12 deletions.
35 changes: 23 additions & 12 deletions app/templates/about.gts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ export default class ApplicationTemplate extends Component {
<a
href='https://emberjs.com/editions/polaris/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>the Ember Polaris edition</a>
looks like. The source code is
<a
href='todo'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>available on GitHub</a>.</p>
<p class='mb-2'>The app is built using the latest bleeding-edge
Expand All @@ -33,48 +33,48 @@ export default class ApplicationTemplate extends Component {
<a
href='https://vitejs.dev/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>⚡️ Vite-based</a>
<a
href='https://github.com/embroider-build/embroider'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>Embroider</a></li>
<li>
<a
href='https://volarjs.dev/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>🔥 Volar-based</a>
<a
href='https://typed-ember.gitbook.io/glint'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>Glint</a></li>
<li>
<a
href='https://blog.emberjs.com/stable-typescript-types-in-ember-5-1/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>💙 Native Ember TypeScript types from source</a></li>
<li>
<a
href='https://guides.emberjs.com/release/components/template-tag-format/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>📦 Template-tag components ('.gjs', '.gts')</a>
<ul class='mt-2 list-inside list-[circle] space-y-1 ps-5'>
<li>
<a
href='https://github.com/discourse/ember-route-template'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>ember-route-template</a>
for template tag as route templates</li>
Expand All @@ -84,7 +84,7 @@ export default class ApplicationTemplate extends Component {
<a
href='https://warp-drive.io/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>🚀 Warp Drive</a>
<ul class='mt-2 list-inside list-[circle] space-y-1 ps-5'>
Expand All @@ -100,16 +100,27 @@ export default class ApplicationTemplate extends Component {
<li><a
href='https://developer.chrome.com/docs/web-platform/view-transitions/same-document'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>🔗 View transition API</a></li>
<li><a
href='https://scroll-driven-animations.style/'
target='_blank'
class='hover:underline'
class='hover:underline text-slate-900 font-medium'
rel='noopener noreferrer'
>🎥 Scroll-driven animations</a></li>
</ul>

<div class="grid grid-cols-4 md:grid-cols-8 mt-16 gap-8">
<img src="/images/ember.svg" alt='ember' class='w-full h-full' />
<img src="/images/embroider.svg" alt='embroider' class='w-full h-full' />
<img src="/images/vite.svg" alt='vite' class='w-full h-full' />
<img src="/images/volar.svg" alt='volar' class='w-full h-full' />
<img src="/images/glint.png" alt='glint' class='w-full h-full' />
<img src="/images/typescript.svg" alt='typescript' class='w-full h-full' />
<img src="/images/warp-drive.svg" alt='Warp Drive' class='w-full h-full' />
<img src="/images/glimmer-ts.svg" alt='Glimmer TS' class='w-full h-full' />
</div>
</section>
</template>
}
6 changes: 6 additions & 0 deletions public/images/ember.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions public/images/embroider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/glimmer-ts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/glint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/images/typescript.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit dd70385

Please sign in to comment.