Skip to content

Commit

Permalink
update content
Browse files Browse the repository at this point in the history
  • Loading branch information
mfenner committed Dec 6, 2023
1 parent a3d1a19 commit 83e0b53
Show file tree
Hide file tree
Showing 10 changed files with 11,894 additions and 11,068 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Roboto } from '@next/font/google'
import { Roboto } from 'next/font/google'

const roboto = Roboto({
weight: ['400', '700'],
Expand Down
27 changes: 3 additions & 24 deletions components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import React from 'react'
import Link from 'next/link'
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
import { faRss, faEnvelope, faBoxOpen } from '@fortawesome/free-solid-svg-icons'
import { faRss, faEnvelope } from '@fortawesome/free-solid-svg-icons'
import {
faGithub,
faMastodon,
faDiscord
faMastodon
} from '@fortawesome/free-brands-svg-icons'

export default function Footer() {
Expand Down Expand Up @@ -44,11 +43,6 @@ export default function Footer() {
<FontAwesomeIcon icon={faGithub} />
</Link>

<Link href='/discord' className='text-gray-500 hover:text-gray-400 border-b-0'>
<span className='sr-only'>Discord</span>
<FontAwesomeIcon icon={faDiscord} />
</Link>

<Link href='https://blog.front-matter.io/feed.xml' className='text-gray-500 hover:text-gray-400 border-b-0'>
<span className='sr-only'>RSS</span>
<FontAwesomeIcon icon={faRss} />
Expand All @@ -69,7 +63,7 @@ export default function Footer() {
</li>
<li>
<Link href='https://front-matter.io' className='text-sm border-b-0 text-gray-500 hover:text-gray-400'>
Cloud Hosting
Hosting
</Link>
</li>
</ul>
Expand All @@ -79,21 +73,6 @@ export default function Footer() {
More
</h3>
<ul className="mt-1 list-none">
<li>
<Link href="https://feedback.front-matter.io/" className="text-sm border-b-0 text-gray-500 hover:text-gray-400">
Feature Ideas
</Link>
</li>
<li>
<Link href='https://feedback.front-matter.io/roadmap' className='text-sm border-b-0 text-gray-500 hover:text-gray-400'>
Roadmap
</Link>
</li>
<li>
<Link href='https://feedback.front-matter.io/announcements' className='text-sm border-b-0 text-gray-500 hover:text-gray-400'>
Announcements
</Link>
</li>
<li>
<Link href='https://blog.front-matter.io' className='text-sm border-b-0 text-gray-500 hover:text-gray-400'>
Blog
Expand Down
52 changes: 13 additions & 39 deletions components/Services.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {
faCloud,
faServer,
faSearch,
faDatabase,
faShieldAlt
faDatabase
} from '@fortawesome/free-solid-svg-icons'
import Image from 'next/image'
import Inveniordm from '../public/images/inveniordm.png'
Expand Down Expand Up @@ -57,7 +56,7 @@ export default function Features() {
Introducing Front Matter
</h2>
<p className='mt-4 max-w-3xl mx-auto text-center text-xl text-gray-500'>
Front Matter offers software development and hosting for the
Front Matter offers software development help with hosting for the
scholarly community.
</p>
</div>
Expand Down Expand Up @@ -116,7 +115,7 @@ export default function Features() {
>
invenioRDM
</a>
, research data management, persistent identifiers, and
, scholarly blogs, persistent identifiers, and
metadata.
</p>

Expand Down Expand Up @@ -216,11 +215,11 @@ export default function Features() {
id='hosting'
className='text-2xl font-extrabold text-gray-900 tracking-tight sm:text-3xl'
>
Cloud Hosting
Hosting
</h3>
<p className='mt-3 mr-16 text-lg text-gray-500'>
Front Matter helps with setting up and maintaining cloud
infrastructure for scholarly services.
Front Matter helps with setting up and maintaining scholarly
infrastructure.
</p>

<dl className='mt-10 space-y-10'>
Expand All @@ -230,21 +229,11 @@ export default function Features() {
<FontAwesomeIcon icon={faCloud} />
</div>
<p className='mx-16 mb-0 text-xl text-bold leading-6 font-medium text-gray-900 font-sans'>
Public Cloud Providers
Virtual Machines
</p>
</dt>
<dd className='mt-1 ml-16 text-base text-gray-500'>
Help with running scholarly infrastructure with cloud
providers Amazon&nbsp;AWS or{' '}
<a
href='https://digitalocean.com'
target='_blank'
rel='noopener noreferrer'
className='text-green-600 font-bold'
>
Digital Ocean
</a>
.
Help with running scholarly infrastructure on virtual machines.
</dd>
</div>

Expand All @@ -254,20 +243,20 @@ export default function Features() {
<FontAwesomeIcon icon={faServer} />
</div>
<p className='mx-16 mb-0 text-xl text-bold leading-6 font-medium text-gray-900 font-sans'>
Kubernetes
Nomad
</p>
</dt>
<dd className='mt-1 ml-16 text-base text-gray-500'>
Help with setting up and maintaining a{' '}
<a
href='https://kubernetes.io/'
href='https://www.nomadproject.io/'
target='_blank'
rel='noopener noreferrer'
className='text-green-600 font-bold'
>
Kubernetes
Nomad
</a>{' '}
cluster.
cluster of Docker containers.
</dd>
</div>

Expand All @@ -290,22 +279,7 @@ export default function Features() {
>
Terraform
</a>{' '}
for managing cloud infrastructure.
</dd>
</div>

<div className='relative'>
<dt>
<div className='absolute flex items-center justify-center h-12 w-12 rounded-md bg-green-600 text-white'>
<FontAwesomeIcon icon={faShieldAlt} />
</div>
<p className='mx-16 mb-0 text-xl text-bold leading-6 font-medium text-gray-900 font-sans'>
Security
</p>
</dt>
<dd className='mt-1 ml-16 text-base text-gray-500'>
Help with implementing Security Best Practices
for cloud infrastructure.
for managing scholarly infrastructure.
</dd>
</div>
</dl>
Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
3 changes: 0 additions & 3 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ module.exports = withMDX({
},
// Append the default value with md extensions
pageExtensions: ['ts', 'tsx', 'js', 'jsx', 'md', 'mdx'],
experimental: {
appDir: true,
},
})
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homepageable",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"description": "From Matter homepage.",
"author": "Martin Fenner <[email protected]>",
Expand All @@ -24,7 +24,6 @@
"@headlessui/react": "^1.7.2",
"@mdx-js/loader": "^2.1.5",
"@mdx-js/react": "^2.1.5",
"@next/font": "^13.0.7",
"@next/mdx": "^13.0.3",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
Expand Down
51 changes: 0 additions & 51 deletions pages/[pageId].tsx

This file was deleted.

Loading

1 comment on commit 83e0b53

@vercel
Copy link

@vercel vercel bot commented on 83e0b53 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

homepageable – ./

homepageable-git-main-frontmatter.vercel.app
homepageable-frontmatter.vercel.app
front-matter.io

Please sign in to comment.