Skip to content

Commit

Permalink
Merge pull request #6 from bluevolvo87/data_dict
Browse files Browse the repository at this point in the history
Data dictionary Post
  • Loading branch information
bluevolvo87 authored Sep 3, 2024
2 parents acf48df + 70aee17 commit 3713ea6
Show file tree
Hide file tree
Showing 174 changed files with 80,880 additions and 125 deletions.
54 changes: 48 additions & 6 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ blockquote {
margin-bottom: 4em;
margin-left: auto;
margin-right: auto;
max-width: 800px;
/* max-width: 5000px; */
width: 90%;
padding: 0 1ch;
word-wrap: break-word;
}
Expand Down Expand Up @@ -327,15 +328,56 @@ color: whitesmoke ;
table {
border-spacing: 0;
border-collapse: collapse;
background-color: whitesmoke;
border-color: black;
font-size: small;
}

table th{
padding: 6px 13px;
border: 1px solid #dfe2e5;
font-size: large;
padding: 3px 6px;
/* border: 1px solid #dfe2e5; */
font-size: medium;
}

table td{
padding: 6px 13px;
border: 1px solid #dfe2e5;
padding: 3px 6px;
font-size: small;
/* border: 1px solid #dfe2e5; */
}

div.dataTables_info {
background-color: whitesmoke;
color:#f71e6a;
}


div.dataTables_filter {
background-color: whitesmoke;
colour: red;
padding: 3px 6px;
}


/* body {
margin: 0;
padding: 0;
color: #333;
background-color: #fff;
font-size: small;
} */

/* table.dataTable.display tbody tr.odd > .sorting_1 {
background-color: red;
}
table.dataTable.display tbody tr.odd {
background-color: red;
}
table.dataTable.display tbody tr.even > .sorting_1 {
background-color: green;
}
table.dataTable.display tbody tr.even {
background-color: green;
} */
4 changes: 3 additions & 1 deletion content/_index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ editor_options:
wrap: 72
---

# Welcome!
<center>

![](img/duck_tt.png)

</center>

Welcome to The Median Duck, a self initiated project that aims to
educate and entertain the general public on data analytic topics through
the hit UK TV show [Taskmaster](https://en.wikipedia.org/wiki/Taskmaster_(TV_series)).
Expand Down
5 changes: 2 additions & 3 deletions content/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@



<div id="welcome" class="section level1">
<h1>Welcome!</h1>
<center>
<p><img src="img/duck_tt.png" /></p>
</center>
<p>Welcome to The Median Duck, a self initiated project that aims to
educate and entertain the general public on data analytic topics through
the hit UK TV show <a href="https://en.wikipedia.org/wiki/Taskmaster_(TV_series)">Taskmaster</a>.</p>
Expand All @@ -20,4 +20,3 @@ <h1>Welcome!</h1>
<p><a href="tasks"><strong>Your Time Starts Now!</strong></a></p>
</blockquote>
<hr />
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Strength in Data: Connecting to the Taskmaster Database'
author: Christopher Nam
date: '2024-07-10'
keywords: ["intro", "setup"]
slug: database-connection
section:
- intro
- setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Strength in Data: Connecting to the Taskmaster Database'
author: Christopher Nam
date: '2024-07-10'
keywords: ["intro", "setup"]
slug: database-connection
section:
- intro
- setup
Expand Down
Loading

0 comments on commit 3713ea6

Please sign in to comment.