more
This commit is contained in:
parent
490a979837
commit
e233e8c141
|
@ -9,14 +9,13 @@ intro = "Need help with Product development or IT? <br> You have come to right p
|
|||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec ut magna vitae libero
|
||||
accumsan pretium vitae et massa. Morbi dolor est, ullamcorper eu ante vitae, scelerisque
|
||||
|
||||
-->
|
||||
|
||||
# Software Development
|
||||
|
||||
bibendum ligula. Etiam sed lobortis quam. Pellentesque habitant morbi tristique
|
||||
senectus et netus et malesuada fames ac turpis egestas. Donec ac ullamcorper quam.
|
||||
|
||||
<a href="/software" >Jag vill veta mer</a>
|
||||
<a class="more" href="/software" >Jag vill veta mer</a>
|
||||
|
||||
|
||||
# Product Development
|
||||
|
@ -25,11 +24,11 @@ erat ut pellentesque. Etiam nec orci odio. Donec mattis luctus libero ac gravida
|
|||
volutpat risus in interdum aliquam. Integer laoreet ex et risus pharetra, ut porttitor
|
||||
turpis tincidunt.
|
||||
|
||||
- ## [System Engineering](product-dev#system)
|
||||
- ## [Component Sourcing](product-dev#component)
|
||||
- ## [PCB Design](product-dev#pcb)
|
||||
- ## [Mechanical Design](product-dev#mech)
|
||||
- ## [Structural Analysis](product-dev#fea)
|
||||
## [System Engineering](product-dev#system)
|
||||
<!-- - ## [Component Sourcing](product-dev#component) -->
|
||||
<!-- - ## [PCB Design](product-dev#pcb) -->
|
||||
<!-- - ## [Mechanical Design](product-dev#mech) -->
|
||||
<!-- - ## [Structural Analysis](product-dev#fea) -->
|
||||
|
||||
|
||||
# IT
|
||||
|
|
|
@ -55,4 +55,10 @@ ul {
|
|||
.service {
|
||||
background: green;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
a.more {
|
||||
color: var(--secondary-text-color);
|
||||
background: var(--primary-color);
|
||||
padding: 0 1em;
|
||||
}
|
Loading…
Reference in a new issue