-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.qmd
47 lines (42 loc) · 956 Bytes
/
index.qmd
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
---
format:
html:
toc: false
page-layout: full
comments: false
---
```{=html}
<div class="main-cotainer">
<div style="
margin: 0 0 0.5em 0;
font-size: 2.2em;
font-weight: 600;
color: #333;
text-shadow: 1px 1px 2px rgba(0,0,0,0.05);
">
Welcome to
<em style="color: #375a7f; font-style: normal;">
Agile Data Science
</em>!
</div>
<img src="hands.png" height="auto" width="250">
<p style="
font-size: 1.15em;
max-width: 600px;
margin: 0.5em auto 2em;
line-height: 1.5;
">
Your blog for practical insights into modern programming,
data science, and cutting-edge technology topics.
</p>
<a href="posts.html" title="View Posts" aria-label="View Posts" class="btn btn-lg btn-primary">Blog Posts</a>
<p style="
font-size: 1.15em;
margin-top: 1.5em;
margin-bottom: 2em;
color: #555;
">
Explore, learn, and share your thoughts!
</p>
</div>
```