-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (45 loc) · 1.6 KB
/
index.html
File metadata and controls
53 lines (45 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SQL Analytics — ChristianLG2</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="portfolio.css" />
</head>
<body>
<div class="container">
<p class="hub-label">SQL Analytics — ChristianLG2</p>
<ul class="hub-list">
<li>
<a href="01_vendor_sales_analytics/index.html">
<div class="left">
<span class="num">01</span>
<span class="title">Vendor Sales Analytics</span>
</div>
<div class="right">
<span class="tag">Northwind · SQL · Python</span>
<span class="arrow">→</span>
</div>
</a>
</li>
<li>
<a href="02_customer_cohort_retention/index.html">
<div class="left">
<span class="num">02</span>
<span class="title">Customer Cohort Retention (Github Page)</span>
</div>
<div class="right">
<span class="tag">Cohort · Churn · T-SQL</span>
<span class="arrow">→</span>
</div>
</a>
</li>
<!-- Add new projects: duplicate a <li> block and update the href, num, title, and tag -->
</ul>
<p class="hub-footer">github.com/ChristianLG2/SQL-Analytics-Portfolio</p>
</div>
</body>
</html>