Skip to content

Commit 223d37a

Browse files
committed
some more fixes
1 parent 4773980 commit 223d37a

File tree

7 files changed

+36
-45
lines changed

7 files changed

+36
-45
lines changed

assets/css/style.css

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1407,12 +1407,12 @@ ul.experience-chart h4 {
14071407
----------------------------------*/
14081408

14091409
/*--------------------------------
1410-
Start Testimonials
1410+
Start Sponsors
14111411
----------------------------------*/
14121412

1413-
/* ========= Start Main Testimonials ======= */
1413+
/* ========= Start Main Sponsors ======= */
14141414

1415-
.testimonials {
1415+
.sponsors {
14161416
background: #fff;
14171417
padding: 70px 0px;
14181418
}
@@ -1421,15 +1421,15 @@ ul.experience-chart h4 {
14211421
margin-top: 50px;
14221422
}
14231423

1424-
.testimonials-container h1 {
1424+
.sponsors-container h1 {
14251425
position: relative;
14261426
text-align: center;
14271427
color: #6f6f6f;
14281428
font-weight: 700;
14291429
letter-spacing: 2px;
14301430
}
14311431

1432-
.testimonials-container h1:before {
1432+
.sponsors-container h1:before {
14331433
content: "";
14341434
position: absolute;
14351435
top: -8px;
@@ -1441,25 +1441,25 @@ ul.experience-chart h4 {
14411441
background: #6f6f6f;
14421442
}
14431443

1444-
.single-testimonial img {
1444+
.single-sponsor img {
14451445
width: 160px;
14461446
margin: auto;
14471447
}
14481448

1449-
.no-js .single-testimonial img {
1449+
.no-js .single-sponsor img {
14501450
width: 165px;
14511451
display: inherit;
14521452
}
14531453

1454-
.single-testimonial h2 {
1454+
.single-sponsor h2 {
14551455
text-align: center;
14561456
font-weight: 700;
14571457
font-size: 26px;
14581458
margin-top: 25px;
14591459
margin-bottom: 2px;
14601460
}
14611461

1462-
.single-testimonial span {
1462+
.single-sponsor span {
14631463
display: block;
14641464
text-align: center;
14651465
font-size: 13px;
@@ -1468,7 +1468,7 @@ ul.experience-chart h4 {
14681468
margin-bottom: 15px;
14691469
}
14701470

1471-
.single-testimonial p {
1471+
.single-sponsor p {
14721472
color: #6f6f6f;
14731473
font-weight: 500;
14741474
font-size: 17px;
@@ -1477,11 +1477,11 @@ ul.experience-chart h4 {
14771477
margin: auto;
14781478
}
14791479

1480-
.no-js .single-testimonial p {
1480+
.no-js .single-sponsor p {
14811481
margin-bottom: 40px;
14821482
}
14831483

1484-
.single-testimonial .fa {
1484+
.single-sponsor .fa {
14851485
font-size: 25px;
14861486
}
14871487

@@ -1542,7 +1542,7 @@ ul.experience-chart h4 {
15421542
}
15431543

15441544
/*--------------------------------
1545-
End Testimonials
1545+
End Sponsors
15461546
----------------------------------*/
15471547

15481548
/*--------------------------------
@@ -2173,11 +2173,11 @@ textarea.form-control::-webkit-input-placeholder,
21732173
----------------------------------*/
21742174

21752175
/*--------------------------------
2176-
Start Testimonials
2176+
Start Sponsors
21772177
----------------------------------*/
21782178

21792179
@media(max-width: 380px) {
2180-
.single-testimonial p {
2180+
.single-sponsor p {
21812181
width: 80%;
21822182
}
21832183
}
@@ -2193,19 +2193,19 @@ textarea.form-control::-webkit-input-placeholder,
21932193
}
21942194

21952195
@media (min-width:766px) and (max-width: 991px) {
2196-
.testimonials {
2196+
.sponsors {
21972197
padding: 70px 0px 35px 0px;
21982198
}
21992199
}
22002200

22012201
@media (max-width: 767px) {
2202-
.testimonials {
2202+
.sponsors {
22032203
padding: 70px 0px 0px 0px;
22042204
}
22052205
}
22062206

22072207
/*--------------------------------
2208-
End Testimonials
2208+
End Sponsors
22092209
----------------------------------*/
22102210

22112211
/*--------------------------------

assets/js/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
----------------------------------*/
260260

261261
/*--------------------------------
262-
Start Testimonials
262+
Start Sponsors
263263
----------------------------------*/
264264
// Configure and Initialize Owl Carousel
265265
$(".owl-carousel").owlCarousel({
@@ -270,7 +270,7 @@
270270
autoplayTimeout: 3000
271271
});
272272
/*--------------------------------
273-
End Testimonials
273+
End Sponsors
274274
----------------------------------*/
275275

276276
/*--------------------------------

config.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ summaryLength = "10"
88
# disable language
99
disableLanguages = [] # disable language from here
1010
# google analytics
11-
googleAnalytics = "" # example : UA-123-45
12-
# disqus short name
13-
disqusShortname = "" # get your shortname form here : https://disqus.com
11+
googleAnalytics = "UA-84548828-5" # example : UA-123-45
1412

1513

1614
############################# Outputs ##############################
@@ -78,7 +76,7 @@ preloader = "images/preloader.gif" # use jpg, png, svg or gif format.
7876

7977
[[params.social]]
8078
icon = "fab fa-instagram"
81-
link = "https://www.instagram.com/somratpro"
79+
link = "https://www.instagram.com/purduesigbots"
8280

8381
[[params.social]]
8482
icon = "fab fa-youtube"
@@ -100,7 +98,7 @@ languageCode = "en-us"
10098
contentDir = "content/english"
10199
weight = 1
102100
# copyright
103-
copyright = "Copyright © 2020 a hugo theme by [somrat](https://somrat.netlify.com)"
101+
copyright = "Copyright © 2024 Purdue SIGBots"
104102

105103

106104
################# english navigation ##################
@@ -130,9 +128,9 @@ url = "portfolio"
130128
weight = 4
131129

132130
[[Languages.en.menu.main]]
133-
name = "Testimonial"
131+
name = "Sponsors"
134132
pre = "#"
135-
url = "testimonial"
133+
url = "sponsors"
136134
weight = 5
137135

138136
[[Languages.en.menu.main]]

content/english/contact.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title : "SAY HELLO!"
33
bg_image: "images/backgrounds/contact-us-bg.jpg"
4-
form_action: "#xjvnbnzv" # works with https://formspree
4+
form_action: "https://formspree.io/f/xjvnbnzv" # works with https://formspree
55
name: "Name"
66
email: "Email"
77
message: "Message"

content/english/testimonial.md renamed to content/english/sponsors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
title: "Our Sponsors"
33
draft: false
4-
testimonial_slider:
4+
sponsor_slider:
55
# slider item loop
66
- name : ""
7-
image : "images/clients/elegoo.png"
7+
image : "images/clients/elegoo/elegoo.png"
88
designation : ""
99
content : "ELEGOO's generous sponsorship will provide us with top-notch filaments, ensuring that our robots are built to last and perform at their best. As a leader in the 3D printing industry, ELEGOO offers a wide range of high-quality products, from 3D printers and filaments to resins and laser engravers. We are excited to incorporate their innovative solutions into our design process, confident that their support will elevate our competitive edge."
1010
custom_attributes: "style='border-radius:0% !important;'"

layouts/_default/single.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,6 @@ <h1>{{.Title | markdownify}}</h1>
2626
href="{{`tags` | absLangURL}}/{{.|urlize | lower}}">{{.|title}}</a>{{end}}
2727
</div>
2828
{{ end }}
29-
30-
<!-- comments -->
31-
{{ if .Site.DisqusShortname }}
32-
<div class="mt-5">
33-
{{ template "_internal/disqus.html" . }}
34-
</div>
35-
{{ end }}
3629
</div>
3730
</div>
3831
<div class="col-lg-4">

layouts/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,17 +347,17 @@ <h2 class="mt-2"><a class="text-white" href="{{.Permalink}}">{{ .Title | markdow
347347
{{ end }}
348348
<!-- End Portfolio -->
349349

350-
<!-- Start Testimonials -->
351-
{{ with .GetPage "testimonial"}}
352-
<section class="testimonials {{.Params.custom_class}}" {{.Params.custom_attributes | safeHTMLAttr}} id="testimonial">
350+
<!-- Start Sponsors -->
351+
{{ with .GetPage "sponsors"}}
352+
<section class="sponsors {{.Params.custom_class}}" {{.Params.custom_attributes | safeHTMLAttr}} id="sponsors">
353353
<div class="container">
354354
<div class="row">
355-
<div class="testimonials-container col-lg-8 offset-lg-2">
355+
<div class="sponsors-container col-lg-8 offset-lg-2">
356356
<h1 class="wow fadeInUp" data-wow-duration="1.5s">{{ .Title | markdownify }}</h1>
357357
<div class="owl-carousel owl-theme wow fadeInUp" data-wow-duration="1.5s">
358-
{{ range .Params.testimonial_slider }}
359-
<div class="single-testimonial">
360-
<div class="testimonial-holder">
358+
{{ range .Params.sponsor_slider }}
359+
<div class="single-sponsor">
360+
<div class="sponsor-holder">
361361
<img class="img-fluid" src="{{ .image | absURL }}" alt="{{ .name }}">
362362
<h2>{{ .name }}</h2>
363363
<span>{{ .designation | markdownify }}</span>
@@ -371,7 +371,7 @@ <h2>{{ .name }}</h2>
371371
</div>
372372
</section>
373373
{{ end }}
374-
<!-- End Testimonials -->
374+
<!-- End Sponsors -->
375375

376376
<!-- funfacts -->
377377
{{ with .GetPage "funfacts"}}

0 commit comments

Comments
 (0)