Skip to content

Commit 59b76fe

Browse files
committed
saiba mais - more about us
1 parent 2519426 commit 59b76fe

File tree

108 files changed

+1024
-3020
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+1024
-3020
lines changed

content/english/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ banner:
66
image: false
77
button:
88
enable: true
9-
label: "Discover Us"
9+
label: "More about us"
1010
link: "https://labhdufba.github.io/about/"
1111

1212
# Features

content/portuguese/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ banner:
66
image: false
77
button:
88
enable: true
9-
label: "Conheça-nos"
9+
label: "Saiba mais"
1010
link: https://labhdufba.github.io/pt/about/
1111

1212
# Features

hugo_stats.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@
8282
"border-r",
8383
"border-t",
8484
"btn",
85-
"btn-outline-primary",
8685
"btn-primary",
87-
"btn-sm",
8886
"capitalize",
8987
"center-content",
9088
"col-12",
@@ -169,7 +167,6 @@
169167
"lg:group-hover:opacity-100",
170168
"lg:group-hover:visible",
171169
"lg:hidden",
172-
"lg:inline-block",
173170
"lg:mb-0",
174171
"lg:ml-0",
175172
"lg:mt-0",
@@ -209,7 +206,6 @@
209206
"mr-5",
210207
"mt-10",
211208
"mt-11",
212-
"mt-4",
213209
"mt-6",
214210
"mt-8",
215211
"mt-9",

public/404.html

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -209,25 +209,16 @@
209209

210210

211211

212-
213-
214-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
215-
<script>
216-
var doNotTrack = false;
217-
if ( false ) {
218-
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
219-
var doNotTrack = (dnt == "1" || dnt == "yes");
220-
}
221-
if (!doNotTrack) {
222-
window.dataLayer = window.dataLayer || [];
223-
function gtag(){dataLayer.push(arguments);}
224-
gtag('js', new Date());
225-
gtag('config', 'G-576FN6TB84');
226-
}
227-
</script>
228-
229-
230-
212+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
213+
<script>
214+
var doNotTrack = false;
215+
if (!doNotTrack) {
216+
window.dataLayer = window.dataLayer || [];
217+
function gtag(){dataLayer.push(arguments);}
218+
gtag('js', new Date());
219+
gtag('config', 'G-576FN6TB84', { 'anonymize_ip': false });
220+
}
221+
</script>
231222

232223

233224

@@ -727,14 +718,6 @@
727718

728719

729720

730-
<li class="mt-4 inline-block lg:hidden">
731-
<a
732-
class="btn btn-outline-primary btn-sm"
733-
href="/contact">
734-
get in touch
735-
</a>
736-
</li>
737-
738721
</ul>
739722

740723
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
@@ -847,12 +830,6 @@
847830

848831

849832

850-
<a
851-
href="/contact"
852-
class="btn btn-outline-primary btn-sm hidden lg:inline-block">
853-
get in touch
854-
</a>
855-
856833
</div>
857834
</nav>
858835
</header>

public/about/index.html

Lines changed: 12 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -215,25 +215,16 @@
215215

216216

217217

218-
219-
220-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
221-
<script>
222-
var doNotTrack = false;
223-
if ( false ) {
224-
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
225-
var doNotTrack = (dnt == "1" || dnt == "yes");
226-
}
227-
if (!doNotTrack) {
228-
window.dataLayer = window.dataLayer || [];
229-
function gtag(){dataLayer.push(arguments);}
230-
gtag('js', new Date());
231-
gtag('config', 'G-576FN6TB84');
232-
}
233-
</script>
234-
235-
236-
218+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
219+
<script>
220+
var doNotTrack = false;
221+
if (!doNotTrack) {
222+
window.dataLayer = window.dataLayer || [];
223+
function gtag(){dataLayer.push(arguments);}
224+
gtag('js', new Date());
225+
gtag('config', 'G-576FN6TB84', { 'anonymize_ip': false });
226+
}
227+
</script>
237228

238229

239230

@@ -733,14 +724,6 @@
733724

734725

735726

736-
<li class="mt-4 inline-block lg:hidden">
737-
<a
738-
class="btn btn-outline-primary btn-sm"
739-
href="/contact">
740-
get in touch
741-
</a>
742-
</li>
743-
744727
</ul>
745728

746729
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
@@ -853,12 +836,6 @@
853836

854837

855838

856-
<a
857-
href="/contact"
858-
class="btn btn-outline-primary btn-sm hidden lg:inline-block">
859-
get in touch
860-
</a>
861-
862839
</div>
863840
</nav>
864841
</header>
@@ -1060,7 +1037,7 @@
10601037
decoding="async"
10611038

10621039

1063-
alt="Hello, we are the Digital Humanities Laboratory at UFBA"
1040+
alt="We are the Digital Humanities Laboratory at UFBA"
10641041
class=" mx-auto mb-6 img"
10651042
width="200"
10661043
height="200"
@@ -1078,7 +1055,7 @@
10781055

10791056

10801057

1081-
<h2 class="h3 mb-6">Hello, we are the Digital Humanities Laboratory at UFBA</h2>
1058+
<h2 class="h3 mb-6">We are the Digital Humanities Laboratory at UFBA</h2>
10821059
<div class="content"><div style="text-align: justify;">
10831060
<p>Technological changes and innovations have always stimulated shifts in social relations and, simultaneously, evolved from specific forms of social organization that regulated their uses. In recent decades, we have witnessed the rapid spread of digital information and communication technologies (DICTs). This has been altering various aspects of life in society, such as the relationship between time and space; creating new forms of consumption; establishing new parameters, possibilities, and forms of regulation and control of social relations; new ways of searching, sharing, and indexing information and knowledge; and profound changes in how we conduct science.</p>
10841061
<p>Currently, all major universities worldwide have digital humanities laboratories. Notable examples include the Yale University Library Digital Humanities Laboratory (DHLab), the Center for Spatial and Textual Analysis (CESTA) at Stanford University, and the Centre for Digital Humanities—a collaboration between the University of Amsterdam, Vrije Universiteit Amsterdam, and the Royal Netherlands Academy of Arts and Sciences. Generally, these initiatives provide space and resources for researchers to work with digital methods to explore humanistic questions.</p>

public/about/index.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
22
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
33
<channel>
4-
<title>Hello, we are the Digital Humanities Laboratory at UFBA on LABHDUFBA</title>
4+
<title>We are the Digital Humanities Laboratory at UFBA on LABHDUFBA</title>
55
<link>//localhost:1313/about/</link>
6-
<description>Recent content in Hello, we are the Digital Humanities Laboratory at UFBA on LABHDUFBA</description>
7-
<generator>Hugo</generator>
6+
<description>Recent content in We are the Digital Humanities Laboratory at UFBA on LABHDUFBA</description>
7+
<generator>Hugo -- gohugo.io</generator>
88
<language>en-us</language>
99
<atom:link href="//localhost:1313/about/index.xml" rel="self" type="application/rss+xml" />
1010
</channel>

public/articles/index.html

Lines changed: 10 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -213,25 +213,16 @@
213213

214214

215215

216-
217-
218-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
219-
<script>
220-
var doNotTrack = false;
221-
if ( false ) {
222-
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
223-
var doNotTrack = (dnt == "1" || dnt == "yes");
224-
}
225-
if (!doNotTrack) {
226-
window.dataLayer = window.dataLayer || [];
227-
function gtag(){dataLayer.push(arguments);}
228-
gtag('js', new Date());
229-
gtag('config', 'G-576FN6TB84');
230-
}
231-
</script>
232-
233-
234-
216+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
217+
<script>
218+
var doNotTrack = false;
219+
if (!doNotTrack) {
220+
window.dataLayer = window.dataLayer || [];
221+
function gtag(){dataLayer.push(arguments);}
222+
gtag('js', new Date());
223+
gtag('config', 'G-576FN6TB84', { 'anonymize_ip': false });
224+
}
225+
</script>
235226

236227

237228

@@ -732,14 +723,6 @@
732723

733724

734725

735-
<li class="mt-4 inline-block lg:hidden">
736-
<a
737-
class="btn btn-outline-primary btn-sm"
738-
href="/contact">
739-
get in touch
740-
</a>
741-
</li>
742-
743726
</ul>
744727

745728
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
@@ -852,12 +835,6 @@
852835

853836

854837

855-
<a
856-
href="/contact"
857-
class="btn btn-outline-primary btn-sm hidden lg:inline-block">
858-
get in touch
859-
</a>
860-
861838
</div>
862839
</nav>
863840
</header>

public/authors/10_thibau/index.html

Lines changed: 11 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -214,25 +214,16 @@
214214

215215

216216

217-
218-
219-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
220-
<script>
221-
var doNotTrack = false;
222-
if ( false ) {
223-
var dnt = (navigator.doNotTrack || window.doNotTrack || navigator.msDoNotTrack);
224-
var doNotTrack = (dnt == "1" || dnt == "yes");
225-
}
226-
if (!doNotTrack) {
227-
window.dataLayer = window.dataLayer || [];
228-
function gtag(){dataLayer.push(arguments);}
229-
gtag('js', new Date());
230-
gtag('config', 'G-576FN6TB84');
231-
}
232-
</script>
233-
234-
235-
217+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-576FN6TB84"></script>
218+
<script>
219+
var doNotTrack = false;
220+
if (!doNotTrack) {
221+
window.dataLayer = window.dataLayer || [];
222+
function gtag(){dataLayer.push(arguments);}
223+
gtag('js', new Date());
224+
gtag('config', 'G-576FN6TB84', { 'anonymize_ip': false });
225+
}
226+
</script>
236227

237228

238229

@@ -732,14 +723,6 @@
732723

733724

734725

735-
<li class="mt-4 inline-block lg:hidden">
736-
<a
737-
class="btn btn-outline-primary btn-sm"
738-
href="/contact">
739-
get in touch
740-
</a>
741-
</li>
742-
743726
</ul>
744727

745728
<div class="order-1 ml-auto flex items-center md:order-2 lg:ml-0">
@@ -852,12 +835,6 @@
852835

853836

854837

855-
<a
856-
href="/contact"
857-
class="btn btn-outline-primary btn-sm hidden lg:inline-block">
858-
get in touch
859-
</a>
860-
861838
</div>
862839
</nav>
863840
</header>
@@ -1083,7 +1060,7 @@
10831060

10841061
<h1 class="h3 mt-10">Leonardo Thibau</h1>
10851062
<div class="content mt-6">
1086-
<p>Undergraduate student in Social Sciences, and Bachelor of Humanities Interdisciplinary Studies at UFBA (2020), PIBIC scholarship recipient at the Laboratory of Science, Technology, and Society - LABCTS, Was a member of the Seminar on Introduction to Psychoanalytic Theory - SIPSI (2019). Has experience in education, with an internship at Lua Nova School (2019) and in the Teaching Initiation Program - PIBID (2023).</p>
1063+
<p>Undergraduate student in Social Sciences, and Bachelor of Humanities Interdisciplinary Studies at UFBA (2020), PIBIC scholarship recipient at the Laboratory of Science, Technology, and Society - LABCTS; Was a member of the Seminar on Introduction to Psychoanalytic Theory - SIPSI (2019); Has experience in education, with an internship at Lua Nova School (2019) and in the Teaching Initiation Program - PIBID (2023).</p>
10871064

10881065
</div>
10891066
<ul class="social-icons ml-4 mt-10 text-center">

0 commit comments

Comments
 (0)