Spaces:
Running
Running
nav_tech
Browse files- css/style.css +21 -0
- index.html +1 -1
css/style.css
CHANGED
@@ -47,6 +47,27 @@
|
|
47 |
color: #999;
|
48 |
}
|
49 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
50 |
.main {
|
51 |
display: flex;
|
52 |
margin-top: 1px;
|
|
|
47 |
color: #999;
|
48 |
}
|
49 |
|
50 |
+
.nav_tech {
|
51 |
+
display: flex;
|
52 |
+
color: cyan;
|
53 |
+
background-color: #999;
|
54 |
+
justify-content: space-between;
|
55 |
+
align-items: center;
|
56 |
+
padding: 10px;
|
57 |
+
}
|
58 |
+
|
59 |
+
.nav_tech a {
|
60 |
+
text-decoration: none;
|
61 |
+
|
62 |
+
color: cyan;
|
63 |
+
font-family: Arial, sans-serif;
|
64 |
+
font-size: 18px;
|
65 |
+
}
|
66 |
+
|
67 |
+
.nav_tech a:hover {
|
68 |
+
color: #999;
|
69 |
+
}
|
70 |
+
|
71 |
.main {
|
72 |
display: flex;
|
73 |
margin-top: 1px;
|
index.html
CHANGED
@@ -41,7 +41,7 @@
|
|
41 |
<p>If you are looking for a reliable and trusted partner for your next project, look no further than DRC. We have the experience, expertise and resources to handle any challenge and deliver outstanding results. Contact us today and let us help you achieve your goals.</p>
|
42 |
</div>
|
43 |
</div>
|
44 |
-
<div class="
|
45 |
<a href="https://medium.com/paper-club/understanding-pyros-model-and-guide-a-love-story-7f3aa0603886" target="_blank">Pyro Model and Guide</a>
|
46 |
<a href="https://mc-stan.org/" target="_blank">Stan</a>
|
47 |
<a href="https://pytorch.org/" target="_blank">PyTorch</a>
|
|
|
41 |
<p>If you are looking for a reliable and trusted partner for your next project, look no further than DRC. We have the experience, expertise and resources to handle any challenge and deliver outstanding results. Contact us today and let us help you achieve your goals.</p>
|
42 |
</div>
|
43 |
</div>
|
44 |
+
<div class="nav_tech">
|
45 |
<a href="https://medium.com/paper-club/understanding-pyros-model-and-guide-a-love-story-7f3aa0603886" target="_blank">Pyro Model and Guide</a>
|
46 |
<a href="https://mc-stan.org/" target="_blank">Stan</a>
|
47 |
<a href="https://pytorch.org/" target="_blank">PyTorch</a>
|