From cf57d77aefdace284be74226a0703cab4bd9582d Mon Sep 17 00:00:00 2001
From: "Krasnikov.pro"
Date: Wed, 17 Aug 2022 22:42:04 +0300
Subject: [PATCH] modified: pages/index.tsx
---
.history/pages/_document_20210629061557.tsx | 17 ------
.history/pages/_document_20220708224531.tsx | 17 ------
.history/pages/index_20210629061557.tsx | 64 ---------------------
.history/pages/index_20220611184250.tsx | 64 ---------------------
.history/pages/index_20220611184406.tsx | 64 ---------------------
.history/pages/index_20220611184426.tsx | 64 ---------------------
.history/pages/index_20220613101317.tsx | 64 ---------------------
.history/pages/index_20220613101516.tsx | 64 ---------------------
.history/pages/index_20220613101640.tsx | 64 ---------------------
.history/pages/index_20220613103953.tsx | 64 ---------------------
.history/pages/index_20220613104043.tsx | 64 ---------------------
.history/pages/index_20220613104058.tsx | 64 ---------------------
.history/pages/index_20220613105247.tsx | 64 ---------------------
.history/pages/index_20220613105320.tsx | 64 ---------------------
.history/pages/index_20220613135326.tsx | 64 ---------------------
.history/pages/index_20220702183722.tsx | 64 ---------------------
pages/index.tsx | 1 +
17 files changed, 1 insertion(+), 930 deletions(-)
delete mode 100644 .history/pages/_document_20210629061557.tsx
delete mode 100644 .history/pages/_document_20220708224531.tsx
delete mode 100644 .history/pages/index_20210629061557.tsx
delete mode 100644 .history/pages/index_20220611184250.tsx
delete mode 100644 .history/pages/index_20220611184406.tsx
delete mode 100644 .history/pages/index_20220611184426.tsx
delete mode 100644 .history/pages/index_20220613101317.tsx
delete mode 100644 .history/pages/index_20220613101516.tsx
delete mode 100644 .history/pages/index_20220613101640.tsx
delete mode 100644 .history/pages/index_20220613103953.tsx
delete mode 100644 .history/pages/index_20220613104043.tsx
delete mode 100644 .history/pages/index_20220613104058.tsx
delete mode 100644 .history/pages/index_20220613105247.tsx
delete mode 100644 .history/pages/index_20220613105320.tsx
delete mode 100644 .history/pages/index_20220613135326.tsx
delete mode 100644 .history/pages/index_20220702183722.tsx
diff --git a/.history/pages/_document_20210629061557.tsx b/.history/pages/_document_20210629061557.tsx
deleted file mode 100644
index 4c33755..0000000
--- a/.history/pages/_document_20210629061557.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import Document, { Head, Html, Main, NextScript } from 'next/document';
-
-class MyDocument extends Document {
- render(): JSX.Element {
- return (
-
-
-
-
-
-
-
- );
- }
-}
-
-export default MyDocument;
diff --git a/.history/pages/_document_20220708224531.tsx b/.history/pages/_document_20220708224531.tsx
deleted file mode 100644
index abe903b..0000000
--- a/.history/pages/_document_20220708224531.tsx
+++ /dev/null
@@ -1,17 +0,0 @@
-import Document, { Head, Html, Main, NextScript } from 'next/document';
-
-class MyDocument extends Document {
- render(): JSX.Element {
- return (
-
-
-
-
-
-
- );
- }
-}
-
-export default MyDocument;
diff --git a/.history/pages/index_20210629061557.tsx b/.history/pages/index_20210629061557.tsx
deleted file mode 100644
index e94449b..0000000
--- a/.history/pages/index_20210629061557.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
-
- Home Page
- Next.js starter for your next blog or personal site. Built with:
-
- - Next.js
- - Typescript
- - MDX
- - Tailwind CSS
-
-
-
- Get the source code!
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Read More
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220611184250.tsx b/.history/pages/index_20220611184250.tsx
deleted file mode 100644
index 0899275..0000000
--- a/.history/pages/index_20220611184250.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
-
- Робототехнический фестиваль RobotTop
- Next.js starter for your next blog or personal site. Built with:
-
- - Next.js
- - Typescript
- - MDX
- - Tailwind CSS
-
-
-
- Get the source code!
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Read More
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220611184406.tsx b/.history/pages/index_20220611184406.tsx
deleted file mode 100644
index 1590db5..0000000
--- a/.history/pages/index_20220611184406.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
-
- Робототехнический фестиваль RobotTop
- Next.js starter for your next blog or personal site. Built with:
-
- - Next.js
- - Typescript
- - MDX
- - Tailwind CSS
-
-
-
- Get the source code!
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220611184426.tsx b/.history/pages/index_20220611184426.tsx
deleted file mode 100644
index be51cd1..0000000
--- a/.history/pages/index_20220611184426.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
-
- Робототехнический фестиваль RobotTop
- Next.js starter for your next blog or personal site. Built with:
-
- - Next.js
- - Typescript
- - MDX
- - Tailwind CSS
-
-
-
- Записаться на соревнования!
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613101317.tsx b/.history/pages/index_20220613101317.tsx
deleted file mode 100644
index a869475..0000000
--- a/.history/pages/index_20220613101317.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- Next.js starter for your next blog or personal site. Built with:
-
- - Next.js
- - Typescript
- - MDX
- - Tailwind CSS
-
-
-
- Регистрация команд
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613101516.tsx b/.history/pages/index_20220613101516.tsx
deleted file mode 100644
index 2dca5a3..0000000
--- a/.history/pages/index_20220613101516.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода творчества
-
-
-
- Регистрация команд
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613101640.tsx b/.history/pages/index_20220613101640.tsx
deleted file mode 100644
index 1701ebc..0000000
--- a/.history/pages/index_20220613101640.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613103953.tsx b/.history/pages/index_20220613103953.tsx
deleted file mode 100644
index b87d8b3..0000000
--- a/.history/pages/index_20220613103953.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613104043.tsx b/.history/pages/index_20220613104043.tsx
deleted file mode 100644
index 13cf667..0000000
--- a/.history/pages/index_20220613104043.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613104058.tsx b/.history/pages/index_20220613104058.tsx
deleted file mode 100644
index 13cf667..0000000
--- a/.history/pages/index_20220613104058.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613105247.tsx b/.history/pages/index_20220613105247.tsx
deleted file mode 100644
index f44ecb3..0000000
--- a/.history/pages/index_20220613105247.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613105320.tsx b/.history/pages/index_20220613105320.tsx
deleted file mode 100644
index 2c02325..0000000
--- a/.history/pages/index_20220613105320.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команд
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220613135326.tsx b/.history/pages/index_20220613135326.tsx
deleted file mode 100644
index 822bfb1..0000000
--- a/.history/pages/index_20220613135326.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
- Расписание
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команды
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/.history/pages/index_20220702183722.tsx b/.history/pages/index_20220702183722.tsx
deleted file mode 100644
index 21618ae..0000000
--- a/.history/pages/index_20220702183722.tsx
+++ /dev/null
@@ -1,64 +0,0 @@
-import { format, parseISO } from 'date-fns';
-import { GetStaticProps } from 'next';
-import Link from 'next/link';
-import React from 'react';
-import Layout from '../components/Layout';
-import { getAllPosts } from '../lib/api';
-import { PostType } from '../types/post';
-
-type IndexProps = {
- posts: PostType[];
-};
-
-export const Index = ({ posts }: IndexProps): JSX.Element => {
- return (
-
- Робототехнический фестиваль RobotTop
- РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
-
- - Любая робототехническая платформа
- - Команда от 2 до 3 человек
- - 11 возрастных групп
- - Свобода в творчестве
-
-
-
- Регистрация команды
-
-
-
- {posts.map((post) => (
-
-
- {format(parseISO(post.date), 'MMMM dd, yyyy')}
-
-
- {post.description}
-
-
- Подробнее...
-
-
-
- ))}
-
- );
-};
-
-export const getStaticProps: GetStaticProps = async () => {
- const posts = getAllPosts(['date', 'description', 'slug', 'title']);
-
- return {
- props: { posts },
- };
-};
-
-export default Index;
diff --git a/pages/index.tsx b/pages/index.tsx
index 21618ae..55cbc5d 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -16,6 +16,7 @@ export const Index = ({ posts }: IndexProps): JSX.Element => {
Робототехнический фестиваль RobotTop
РоботТОП – это робототехнические соревнования, в которых могут принять участие молодые любители робототехники, объединившись в команды.
+ - Дата проведения с 16 января по 20 января 2023 года
- Любая робототехническая платформа
- Команда от 2 до 3 человек
- 11 возрастных групп