File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 22---
33
44<div class =" odyssey-logo" >
5- <img src =" https://apusok.github.io/assets/img/logo_transparent_small.png" alt =" logo" width =10% > Adina E. Pusok
5+ <img src =" https://apusok.github.io/assets/img/logo_transparent_small.png" alt =" logo" width =10% height = 10% > Adina E. Pusok
66</div >
77
88<style >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export const footerLists = [
9898 } ,
9999 {
100100 title : 'Seafloor Explorer Seminars' ,
101- slug : '/apusok/seafloorseminar ' ,
101+ slug : 'https://seafloor-explorer.github.io ' ,
102102 } ,
103103 {
104104 title : 'The Royal Society' ,
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const { seo } = Astro.props as Props;
2121 <span slot =" logo" >
2222 <Logo />
2323 </span >
24- <Button slot =" action-item" href =" /apusok/seafloorseminar " >Seafloor Explorer Seminars</Button >
24+ <Button slot =" action-item" href =" https://seafloor-explorer.github.io " newTab >Seafloor Explorer Seminars</Button >
2525 </Header >
2626 <div id =" page" >
2727 <slot />
Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ const seo = {
3838 <Icon name =" ic:baseline-chevron-right" />
3939 </Fragment ></Button >
4040 </div >
41- <picture slot =" image-container" style =" width: 80 %;" >
41+ <picture slot =" image-container" style =" width: 100 %;" >
4242 <img
43- src =" ../../../assets/img/logo_transparent_small .png"
43+ src =" ../../../assets/img/logo_cmap2 .png"
4444 alt =" author"
4545 id =" home-hero-image"
4646 />
@@ -62,9 +62,9 @@ const seo = {
6262 <Icon name =" ic:baseline-chevron-right" />
6363 </Fragment ></Button >
6464 </div >
65- <picture slot =" image-container" style =" width: 80 %;" >
65+ <picture slot =" image-container" style =" width: 100 %;" >
6666 <img
67- src =" ../../../assets/img/logo_transparent_small .png"
67+ src =" ../../../assets/img/logo_cmap3 .png"
6868 alt =" author"
6969 id =" home-hero-image"
7070 />
Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ import {ThemeSwitcher} from '../components/theme-switcher/theme-switcher';
99<link rel =" stylesheet" href =" /particles/style-particles.css" ></link >
1010
1111<Layout >
12- <div id =" particles-js" >
12+ <!-- < div id="particles-js">
1313
1414 <script type="text/javascript" src="/particles/particles.js"></script>
15- <script type =" text/javascript" src =" /particles/app.js" > </script >
15+ <script type="text/javascript" src="/particles/app.js"> </script> -->
1616
1717 <HomeHeroSection />
1818 <Container >
@@ -54,7 +54,7 @@ import {ThemeSwitcher} from '../components/theme-switcher/theme-switcher';
5454 {settings.enableThemeSwitcher && <ThemeSwitcher client:only/>} -->
5555 </Container >
5656
57- </div >
57+ <!-- < /div> -- >
5858
5959</Layout >
6060
You can’t perform that action at this time.
0 commit comments