From 93bf5f87c5e38b7226af600b5294183564fb129d Mon Sep 17 00:00:00 2001 From: Trey Turner Date: Mon, 23 May 2022 12:09:07 -0500 Subject: [PATCH 1/2] added google analytics tracking --- index.html | 10 +++++ main/pages/404.html | 50 ++++++++++++++--------- main/pages/active_topics.html | 12 +++++- main/pages/book_lab.html | 10 +++++ main/pages/contact.html | 10 +++++ main/pages/funding.html | 10 +++++ main/pages/inactive_topics.html | 22 ++++++++-- main/pages/media.html | 4 +- main/pages/news.html | 10 +++++ main/pages/news/single-news-template.html | 16 ++++++-- main/pages/news/single-news.html | 19 +++++++-- main/pages/people.html | 19 +++++++-- main/pages/publications.html | 10 +++++ main/pages/research.html | 10 +++++ main/pages/tools.html | 15 ++++++- 15 files changed, 188 insertions(+), 39 deletions(-) diff --git a/index.html b/index.html index 6df557c..f3e8de4 100644 --- a/index.html +++ b/index.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/404.html b/main/pages/404.html index a87abd4..0affa6f 100644 --- a/main/pages/404.html +++ b/main/pages/404.html @@ -2,6 +2,16 @@ + + + + @@ -232,26 +242,26 @@

Pages

- - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + diff --git a/main/pages/active_topics.html b/main/pages/active_topics.html index 01318c0..901c4c5 100644 --- a/main/pages/active_topics.html +++ b/main/pages/active_topics.html @@ -2,6 +2,16 @@ + + + + @@ -179,7 +189,7 @@

Eye Movements in Software Traceability

Title of the Topic

Content of the topic goes here

<-- image - --> + --> diff --git a/main/pages/book_lab.html b/main/pages/book_lab.html index 94b2828..c73a8d1 100644 --- a/main/pages/book_lab.html +++ b/main/pages/book_lab.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/contact.html b/main/pages/contact.html index 8bd4e41..116f1b3 100644 --- a/main/pages/contact.html +++ b/main/pages/contact.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/funding.html b/main/pages/funding.html index f4fd71f..4c0252a 100644 --- a/main/pages/funding.html +++ b/main/pages/funding.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/inactive_topics.html b/main/pages/inactive_topics.html index 2028e53..fd03c53 100644 --- a/main/pages/inactive_topics.html +++ b/main/pages/inactive_topics.html @@ -2,6 +2,16 @@ + + + + @@ -129,7 +139,8 @@

Our Research

- +

Strawberry

Per Kg 85$

@@ -139,7 +150,8 @@

Strawberry

- +

Berry

Per Kg 70$

@@ -149,7 +161,8 @@

Berry

diff --git a/main/pages/media.html b/main/pages/media.html index 1ef67b3..ae1162d 100644 --- a/main/pages/media.html +++ b/main/pages/media.html @@ -3,13 +3,13 @@ - + diff --git a/main/pages/news.html b/main/pages/news.html index 5f600fa..13860da 100644 --- a/main/pages/news.html +++ b/main/pages/news.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/news/single-news-template.html b/main/pages/news/single-news-template.html index 4a2dadf..0f57756 100644 --- a/main/pages/news/single-news-template.html +++ b/main/pages/news/single-news-template.html @@ -2,6 +2,16 @@ + + + + @@ -120,9 +130,9 @@

This Is the Article's Subtitle Header

27 December, 2019
Author #1 - Author #2 - Author #3 - Author #4 + Author #2 + Author #3 + Author #4

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur voluptatem, fuga, deserunt natus rerum veniam voluptates nulla placeat modi diff --git a/main/pages/news/single-news.html b/main/pages/news/single-news.html index 18fdb65..ae2a946 100644 --- a/main/pages/news/single-news.html +++ b/main/pages/news/single-news.html @@ -2,6 +2,16 @@ + + + + @@ -120,9 +130,9 @@

This Is the Article's Subtitle Header

27 December, 2019
Publisher #1 - Publisher #2 - Publisher #3 - Publisher #4 + Publisher #2 + Publisher #3 + Publisher #4

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Consectetur voluptatem, fuga, deserunt natus rerum veniam voluptates nulla placeat modi @@ -133,7 +143,8 @@

This Is the Article's Subtitle Header

labore explicabo, dolores quo vero iusto reprehenderit delectus earum aut totam molestias. Tempora porro cum error fuga reprehenderit aspernatur animi nobis expedita a! Repellat quisquam, labore blanditiis ratione vero nesciunt.

-
diff --git a/main/pages/people.html b/main/pages/people.html index 429cd11..cf69504 100644 --- a/main/pages/people.html +++ b/main/pages/people.html @@ -2,6 +2,16 @@ + + + + @@ -178,14 +188,17 @@

Anthony

+ style="max-width: 100%; max-height: 100%; background-image: url('../assets/img/team/team-1.jpg')"> +

Person Name

- Position + Position +

- + email@address.goeshere.com
diff --git a/main/pages/publications.html b/main/pages/publications.html index 6949871..9e30bb8 100644 --- a/main/pages/publications.html +++ b/main/pages/publications.html @@ -3,6 +3,16 @@ + + + + diff --git a/main/pages/research.html b/main/pages/research.html index 553ebf6..a7c004a 100644 --- a/main/pages/research.html +++ b/main/pages/research.html @@ -2,6 +2,16 @@ + + + + diff --git a/main/pages/tools.html b/main/pages/tools.html index e3ed347..82f9e75 100644 --- a/main/pages/tools.html +++ b/main/pages/tools.html @@ -2,6 +2,16 @@ + + + + @@ -167,7 +177,7 @@

ARTICLE TITLE

href="####">THIS IS WHERE THE LINK GOES (IF THERE IS ONE)

--> - +
@@ -182,7 +192,8 @@

ARTICLE TITLE

From 7118b9c9440834b02573995876e04c43c533ee00 Mon Sep 17 00:00:00 2001 From: Trey Turner Date: Tue, 31 May 2022 16:33:51 -0500 Subject: [PATCH 2/2] changed meta description --- index.html | 3 +-- main/pages/404.html | 3 +-- main/pages/active_topics.html | 3 +-- main/pages/book_lab.html | 3 +-- main/pages/contact.html | 3 +-- main/pages/funding.html | 3 +-- main/pages/inactive_topics.html | 3 +-- main/pages/media.html | 3 +-- main/pages/news.html | 3 +-- main/pages/people.html | 3 +-- main/pages/publications.html | 3 +-- main/pages/research.html | 3 +-- main/pages/tools.html | 3 +-- 13 files changed, 13 insertions(+), 26 deletions(-) diff --git a/index.html b/index.html index f3e8de4..2b715f3 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,7 @@ - + SERESL - Home diff --git a/main/pages/404.html b/main/pages/404.html index 0affa6f..68172ee 100644 --- a/main/pages/404.html +++ b/main/pages/404.html @@ -15,8 +15,7 @@ - + SERESL - Not Found diff --git a/main/pages/active_topics.html b/main/pages/active_topics.html index 901c4c5..737e301 100644 --- a/main/pages/active_topics.html +++ b/main/pages/active_topics.html @@ -15,8 +15,7 @@ - + SERESL - Active Topics diff --git a/main/pages/book_lab.html b/main/pages/book_lab.html index c73a8d1..1a94a49 100644 --- a/main/pages/book_lab.html +++ b/main/pages/book_lab.html @@ -15,8 +15,7 @@ - + SERSEL - Book Lab diff --git a/main/pages/contact.html b/main/pages/contact.html index 116f1b3..36a3a1d 100644 --- a/main/pages/contact.html +++ b/main/pages/contact.html @@ -15,8 +15,7 @@ - + Contact diff --git a/main/pages/funding.html b/main/pages/funding.html index 4c0252a..0bb76fc 100644 --- a/main/pages/funding.html +++ b/main/pages/funding.html @@ -15,8 +15,7 @@ - + SERESL - Funding diff --git a/main/pages/inactive_topics.html b/main/pages/inactive_topics.html index fd03c53..ba0ef11 100644 --- a/main/pages/inactive_topics.html +++ b/main/pages/inactive_topics.html @@ -15,8 +15,7 @@ - + SERESL - Inactive Topics diff --git a/main/pages/media.html b/main/pages/media.html index ae1162d..37a562b 100644 --- a/main/pages/media.html +++ b/main/pages/media.html @@ -15,8 +15,7 @@ - + SERESL - Media diff --git a/main/pages/news.html b/main/pages/news.html index 13860da..46c4c0d 100644 --- a/main/pages/news.html +++ b/main/pages/news.html @@ -15,8 +15,7 @@ - + SERSEL - News diff --git a/main/pages/people.html b/main/pages/people.html index cf69504..b05b126 100644 --- a/main/pages/people.html +++ b/main/pages/people.html @@ -15,8 +15,7 @@ - + SERSEL - People diff --git a/main/pages/publications.html b/main/pages/publications.html index 9e30bb8..e67e95d 100644 --- a/main/pages/publications.html +++ b/main/pages/publications.html @@ -16,8 +16,7 @@ - + SERSEL - Publications diff --git a/main/pages/research.html b/main/pages/research.html index a7c004a..f2f1bd3 100644 --- a/main/pages/research.html +++ b/main/pages/research.html @@ -15,8 +15,7 @@ - + SERESL - Our Research diff --git a/main/pages/tools.html b/main/pages/tools.html index 82f9e75..017cd7e 100644 --- a/main/pages/tools.html +++ b/main/pages/tools.html @@ -15,8 +15,7 @@ - + SERESL - Tools