Skip to content

Commit ac2f568

Browse files
committed
updated contributor page
1 parent 326728d commit ac2f568

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

server/routes/index.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import express, { Express, Request, Response, NextFunction } from 'express';
2-
import { handleGoogleAuth, getGoogleAuthUrl } from '../controllers/auth.controller';
32
import { getGoogleAccesToken, getUserInfo } from '../controllers/oauth.controller';
43
import { retrieveSchema, saveSchema, userRegistration, verifyUser } from '../controllers/user.controller';
54
import { postgresRouter } from './postgres.router';
@@ -39,10 +38,6 @@ const routes = async (app: Express) => {
3938

4039
app.post('/api/oauth', getGoogleAccesToken, getUserInfo , verifyUser)
4140

42-
// app.get('/api/oauth/google', handleGoogleAuth);
43-
44-
// app.get('/api/googleAuthUrl', getGoogleAuthUrl);
45-
4641
app.use('/api/sql/postgres', cookieSession, postgresRouter);
4742

4843
app.use('/api/sql/mysql', cookieSession, mysqlRouter);

src/assets/contributors/yc.jpg

383 KB
Loading

src/components/Home/Contributors.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ import AR from '../../assets/contributors/ar.jpg';
1414
import AA from '../../assets/contributors/aa.jpg';
1515
import SG from '../../assets/contributors/sg.jpg';
1616
import KW from '../../assets/contributors/kw.jpg';
17+
import YC from '../../assets/contributors/yc.jpg';
1718
import alexTu from '../../assets/contributors/alex_tu.jpg';
1819
import michaelCostello from '../../assets/contributors/michael_costello.jpeg';
1920
import stevenGeiger from '../../assets/contributors/steven_geiger.jpg';
@@ -182,11 +183,11 @@ const profileList: profileInfo[] = [
182183
githubUrl: 'https://github.com/Stephen-Havig',
183184
},
184185
{
185-
imgUrl: AG,
186+
imgUrl: YC,
186187
name: 'Yichung Chiu',
187188
title: 'Software Engineer',
188-
linkedInUrl: '',
189-
githubUrl: '',
189+
linkedInUrl: 'https://www.linkedin.com/feed/',
190+
githubUrl: 'https://www.linkedin.com/in/yichung-chiu-b14a94272/',
190191
},
191192
];
192193

0 commit comments

Comments
 (0)