Settings
+
-
diff --git a/style.css b/style.css
index 46b0b2e..a0ee558 100644
--- a/style.css
+++ b/style.css
@@ -1167,11 +1167,21 @@ a:hover, a:focus {
#experience-wrapper {
grid-area: page-container;
+ width: 100%;
+}
+
+.entry-content.tile#settings {
+ width: 70%;
+ margin: auto;
+ margin-top: 1em;
+ border: 2px dashed #020202;
+ padding: 1em;
+ border-radius: 25px;
+ margin-bottom: 1em;
}
#organisations-grid {
border-spacing: 1em;
- margin-top: 1em;
margin-bottom: 1em;
border-radius: 10px;
}
Experience
-or, a brief history of Ben
+Experience
+or, a brief history of Ben
-
-
-
-
-
-
+Settings
- + while ( have_posts() ) : + the_post(); + ?> +
+
+
+
+
+
Settings
+
-
-
-
-
-
+
+
-
-
-
-
-
+
+ function drawChart() {
+ var container = document.getElementById('timeline');
+ var chart = new google.visualization.Timeline(container);
+ var dataTable = new google.visualization.DataTable();
+
+ dataTable.addColumn({ type: 'string', id: 'Type' });
+ dataTable.addColumn({ type: 'string', id: 'Role' });
+ dataTable.addColumn({ type: 'string', role: 'tooltip', 'p': {'html': true} });
+ dataTable.addColumn({ type: 'date', id: 'Start' });
+ dataTable.addColumn({ type: 'date', id: 'End' });
+ dataTable.addRows([
+ have_posts() ) :
+ $loop->the_post();
+ ?>
+ 'names',
+ )
+ );
+ $title = html_entity_decode( get_the_title() );
+ $start = get_the_date();
+ $end = ( ! get_post_meta( get_the_ID(), 'end-date', true ) ) ? date( 'c' ) : get_post_meta( get_the_ID(), 'end-date', true );
+ ?>
+ [
+ '',
+ '',
+ '',
+ new Date(''),
+ new Date('')
+ ],
+
+ ]);
+
+ var rowHeight = 15;
+ var chartHeight = dataTable.getNumberOfRows() * rowHeight + 50;
+ var options = {
+ tooltip: {isHtml: true},
+ timeline: {
+ showRowLabels: true,
+ },
+ height: chartHeight,
+ width: window.innerWidth - 200,
+ };
+
+ chart.draw(dataTable, options);
+ }
+
+
+
+
+
+
-
-
-
-
-
- - —
+
+
+
+
+