diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..4f46286
Binary files /dev/null and b/public/logo.png differ
diff --git a/public/logoFP.png b/public/logoFP.png
new file mode 100644
index 0000000..5932367
Binary files /dev/null and b/public/logoFP.png differ
diff --git a/public/logoVA.png b/public/logoVA.png
new file mode 100644
index 0000000..f8cd4c4
Binary files /dev/null and b/public/logoVA.png differ
diff --git a/public/t2m_despair_map.png b/public/t2m_despair_map.png
new file mode 100644
index 0000000..01b4bc9
Binary files /dev/null and b/public/t2m_despair_map.png differ
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 7e3b17d..1463181 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -1,14 +1,14 @@
import { BlogPosts } from '@/components/posts'
export const metadata = {
- title: 'Blog',
- description: 'Read my blog.',
+ title: 'Posts',
+ description: 'Read my posts.',
}
export default function Page() {
return (
My News
+ My Posts
+
+- Sometimes, you just need to get a research project website online—because you said you would.
+- But with other commitments piling up, you end up shipping something quick and just "good enough".
+- This template is a small but meaningful upgrade—an easy way to make *"good enough"* look a lot better.
\ No newline at end of file
diff --git a/src/assets/ProjectFunding.tsx b/src/assets/ProjectFunding.tsx
index 0ed63a5..c0499ce 100644
--- a/src/assets/ProjectFunding.tsx
+++ b/src/assets/ProjectFunding.tsx
@@ -1,13 +1,9 @@
const ProjectFunding = () => {
return (
<>
- This project (STX-42 – Strategic Technological Expansion for Deep-Space Exploration and Anomalous Phenomena) has
- received funding from the United Federation of Planets' Advanced Research and Exploration Initiative under
- Starfleet Science Division grant no. 2401-47682; the Vulcan Science Academy under the Interstellar Research
- Cooperation Agreement grant numbers 2401-4295, 2401-3109, and 2400-9450, and the Andorian Imperial Science
- Consortium under grant numbers 2300.0546 & 2400.0178.
+ Placeholder for financial supporters.
- Views and opinions expressed are, however, those of the author(s) only and do not necessarily reflect those of the United Federation of Planets, Starfleet Command, the Vulcan Science Academy, or the Andorian Imperial Science Consortium. Neither granting authority can be held responsible for them.
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
>
);
};
diff --git a/src/assets/contacts.ts b/src/assets/contacts.ts
index 329a10b..8a34a48 100644
--- a/src/assets/contacts.ts
+++ b/src/assets/contacts.ts
@@ -1,7 +1,7 @@
import { AddressData, ContactData } from '@/components/FooterTypes';
export const contactInfo = {
- copyright: "Max-Planck-Gesellschaft",
+ copyright: "Lazaro Alonso",
contact: {
address: {
company: "Max-Planck Institute for Biogeochemistry",
@@ -15,16 +15,16 @@ export const contactInfo = {
data: {
contacts: [
{
- name: "Max-Planck",
- position: "Research Director",
- email: "max.planck@mpg.de"
- },
- {
- name: "Alice",
- email: "alice.doe@mpg.de"
+ name: "Lazaro Alonso",
+ position: "Researcher",
+ email: "lalonso@bgc-jena.mpg.de"
},
+ // {
+ // name: "Alice",
+ // email: "alice.doe@mpg.de"
+ // },
],
- mainEmail: "contact@mpg.de"
+ // mainEmail: "contact@mpg.de"
} as ContactData
}
}
\ No newline at end of file
diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx
index 15130b0..b1facde 100644
--- a/src/components/Footer.tsx
+++ b/src/components/Footer.tsx
@@ -23,7 +23,7 @@ const Footer = ({ className = "" }: FooterProps) => {