Skip to content

Commit eeddc5f

Browse files
committed
update main
1 parent eec2173 commit eeddc5f

File tree

220 files changed

+3492
-1524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+3492
-1524
lines changed

.github/workflows/deploy.yml

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# name: Deploy to GitHub Pages
2+
3+
# permissions:
4+
# contents: write
5+
6+
# on:
7+
# push:
8+
# branches:
9+
# - main
10+
11+
# jobs:
12+
# build-and-deploy:
13+
# runs-on: ubuntu-latest
14+
15+
# steps:
16+
# - name: Checkout 🛎️
17+
# uses: actions/checkout@v3
18+
19+
# - name: Setup Node.js
20+
# uses: actions/setup-node@v3
21+
# with:
22+
# node-version: "16"
23+
24+
# - name: Cache dependencies
25+
# uses: actions/cache@v3
26+
# with:
27+
# path: ~/.npm
28+
# key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
29+
# restore-keys: |
30+
# ${{ runner.os }}-node-
31+
32+
# - name: Install and Build 🔧
33+
# run: |
34+
# cd summit
35+
# npm ci
36+
# CI=false npm run build
37+
38+
# - name: Create CNAME file
39+
# run: |
40+
# mkdir -p summit/build
41+
# echo "genaisummit.ai" > summit/build/CNAME
42+
43+
# - name: Deploy 🚀
44+
# uses: JamesIves/github-pages-deploy-action@v4
45+
# with:
46+
# branch: gh-pages
47+
# folder: summit/build
48+
# clean: true
49+
# token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

+17-22
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,18 @@
1-
.DS_Store
2-
node_modules
3-
/dist
4-
5-
6-
# local env files
7-
.env.local
8-
.env.*.local
1+
.architect
2+
bootstrap.css
3+
bootstrap.js
4+
bootstrap.json
5+
bootstrap.jsonp
6+
build/
7+
classic.json
8+
classic.jsonp
9+
ext/
10+
modern.json
11+
modern.jsonp
12+
resources/sass/.sass-cache/
13+
resources/.arch-internal-preview.css
14+
.arch-internal-preview.css
915

10-
# Log files
11-
npm-debug.log*
12-
yarn-debug.log*
13-
yarn-error.log*
14-
pnpm-debug.log*
15-
16-
# Editor directories and files
17-
.idea
18-
.vscode
19-
*.suo
20-
*.ntvs*
21-
*.njsproj
22-
*.sln
23-
*.sw?
16+
.DS_Store
17+
**/.vscode/
18+
summit/src/assets/images/speakers/newlands.JPG

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
genaisummit.ai

README copy.md

-5
This file was deleted.

README.md

+2-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
1-
# Vue 3 + Vite
2-
3-
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4-
5-
## Recommended IDE Setup
6-
7-
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
1+
# genaisummit
2+
GenAI Summit

index.html

+55-15
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,58 @@
11
<!DOCTYPE html>
22
<html lang="en">
3-
<head>
4-
<meta charset="UTF-8" />
5-
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6-
<meta
7-
name="viewport"
8-
content="width=device-width,initial-scale=1,user-scalable=no"
9-
/>
10-
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
11-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12-
<title>GPTDAO</title>
13-
</head>
14-
<body>
15-
<div id="app"></div>
16-
<script type="module" src="/src/main.js"></script>
17-
</body>
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Generative AI Summit</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
<header>
11+
<nav>
12+
<!-- Insert navigation bar here -->
13+
</nav>
14+
<h1>Generative AI Summit San Francisco 2024</h1>
15+
<p>Join us in exploring future possibilities at the Generative AI Silicon Valley Summit 2024. This first large-scale generative AI conference in Silicon Valley will be held on September 23, 2023, at the Mission City Ballroom of the Santa Clara Convention Center. The event is hosted by GPT DAO, a community spontaneously formed by developers, entrepreneurs, and enthusiasts passionate about generative AI.</p>
16+
</header>
17+
18+
<main>
19+
<section id="details">
20+
<h2>1000 Attendees, 100+ Startups, 500+ Developers</h2>
21+
<p>We are at the dawn of a new technological wave, with generative AI revealing a future of infinite possibilities. With over 1000 attendees, 100+ startups, and more than 500 developers, the summit brings together the world's most cutting-edge entrepreneurial teams and investment institutions to jointly explore the future of this field.</p>
22+
<!-- More details go here -->
23+
</section>
24+
25+
<section id="speakers">
26+
<!-- Insert speaker profiles here -->
27+
</section>
28+
29+
<section id="registration">
30+
<!-- Insert registration process details here -->
31+
</section>
32+
33+
<section id="location">
34+
<!-- Insert interactive map here -->
35+
</section>
36+
37+
<section id="sponsors">
38+
<!-- Insert sponsors and partners here -->
39+
</section>
40+
41+
<section id="faqs">
42+
<div class="faq-question">What is the date of the event?</div>
43+
<div class="faq-answer">The event will be held on September 23, 2023.</div>
44+
<!-- More FAQs go here -->
45+
</section>
46+
</main>
47+
48+
<footer>
49+
<p>2441 Park Blvdddd</p>
50+
<p>Palo Alto, CA 94306</p>
51+
<p>Email: [email protected] Tel: (408) 718-6873</p>
52+
<!-- More footer content goes here -->
53+
</footer>
54+
55+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
56+
<script src="script.js"></script>
57+
</body>
1858
</html>

script.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// script.js
2+
$(document).ready(function(){
3+
$('.faq-question').click(function() {
4+
$(this).next('.faq-answer').toggle();
5+
});
6+
});
-7.75 MB
Binary file not shown.
-7.78 MB
Binary file not shown.
-7.85 MB
Binary file not shown.
-7.88 MB
Binary file not shown.
-52.6 KB
Binary file not shown.

styles.css

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
/* style.css */
2+
body {
3+
font-family: Arial, sans-serif;
4+
margin: 0;
5+
padding: 0;
6+
box-sizing: border-box;
7+
}
8+
9+
header {
10+
background-color: #f8f9fa;
11+
padding: 20px;
12+
text-align: center;
13+
}
14+
15+
nav {
16+
display: flex;
17+
justify-content: space-between;
18+
padding: 20px;
19+
}
20+
21+
nav a {
22+
color: #333;
23+
text-decoration: none;
24+
margin-left: 15px;
25+
}
26+
27+
h1, h2 {
28+
color: #333;
29+
}
30+
31+
p {
32+
color: #666;
33+
}
34+
35+
main {
36+
padding: 20px;
37+
}
38+
39+
section {
40+
margin-bottom: 20px;
41+
}
42+
43+
footer {
44+
background-color: #f8f9fa;
45+
text-align: center;
46+
padding: 20px;
47+
}

summit/.gitignore

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
.DS_Store
2+
node_modules
3+
/dist
4+
5+
6+
# local env files
7+
.env.local
8+
.env.*.local
9+
10+
# Log files
11+
npm-debug.log*
12+
yarn-debug.log*
13+
yarn-error.log*
14+
pnpm-debug.log*
15+
16+
# Editor directories and files
17+
.idea
18+
.vscode
19+
*.suo
20+
*.ntvs*
21+
*.njsproj
22+
*.sln
23+
*.sw?

summit/README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Vue 3 + Vite
2+
3+
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
4+
5+
## Recommended IDE Setup
6+
7+
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).

summit/index.html

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta
7+
name="viewport"
8+
content="width=device-width,initial-scale=1,user-scalable=no"
9+
/>
10+
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
11+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
12+
<title>GPTDAO</title>
13+
</head>
14+
<body>
15+
<div id="app"></div>
16+
<script type="module" src="/src/main.js"></script>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)