10
10
});
11
11
</script >
12
12
13
- <div class =" grid-background min-h-screen flex flex-col overflow-auto" >
13
+ <div class =" flex flex-col overflow-auto pb-4 gap-4 " >
14
14
<!-- Overview Section -->
15
- <div class =" flex flex-col items-center justify-center p-10 max-w-4xl mx-auto pt-20 " >
16
- <div class =" flex flex-col p-10 text-center items-center justify-center" id =" overview" >
17
- <h1 class =" text-2xl md:text-4xl font-bold mb-4 text-primary-800" >Quality Control For Machine Learning</h1 >
18
- <p class =" md:text-lg text-black" >Our mission is to standardize and unify machine learning workflow management through high-performance developer tools</p >
15
+ <div class =" rounded-base border-2 bg-surface-50 border-black flex flex-col items-center justify-center p-4 max-w-[300px] md:max-w-xl mx-auto " >
16
+ <div class =" flex flex-col text-center items-center justify-center" id =" overview" >
17
+ <h1 class =" text-sm md:text-lg font-bold text-primary-800" >Quality Control For Machine Learning</h1 >
18
+ <p class =" text-xs md:text-base text-black" >Our mission is to standardize and unify machine learning workflow management through high-performance developer tools</p >
19
19
</div >
20
20
</div >
21
21
22
22
<!-- Projects Section -->
23
23
<div class =" flex flex-col justify-center items-center" >
24
- <div class =" flex flex-col max-w-3xl items-start" >
25
- <h1 class =" text-4xl font-bold mb-4 text-primary-800 w-full text-left" >Projects</h1 >
24
+
25
+ <div class =" flex flex-col max-w-xl items-start" >
26
+ <h1 class =" text-2xl font-bold mb-4 text-primary-800 w-full text-left" >Projects</h1 >
26
27
</div >
27
- <div class =" flex flex-row flex-wrap gap-4 justify-center" >
28
- <a class =" text-black rounded-base shadow border-2 border-black bg-primary-500 w-[300px] min-h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href =" https://docs.demml.io/opsml" >
29
- <div class =" h-12 flex justify-center items-center" >
28
+
29
+ <div class =" flex flex-row flex-wrap gap-4 justify-center w-full px-4" >
30
+ <a class =" text-black rounded-base shadow border-2 border-black bg-primary-500 w-[200px] md:w-[300px] min-h-[90px] hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href =" https://docs.demml.io/opsml" >
31
+ <div class =" h-8 md:h-12 flex justify-center items-center" >
30
32
<img
31
33
src ={opsml_logo }
32
- class =" h-12 object-contain"
34
+ class =" h-8 md:h- 12 object-contain"
33
35
alt =" Opsml Logo"
34
36
/>
35
37
</div >
36
38
<span class =" text-xs sm:text-sm text-black text-center block pt-1" >
37
39
High performance artifact management for Python
38
40
</span >
39
41
</a >
40
- <a class =" text-black rounded-base shadow border-2 border-black bg-error-500 w-[300px] min-h-[90px] overflow-hidden hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href =" https://docs.demml.io/scouter" >
41
- <div class =" h-12 flex justify-center items-center" >
42
+ <a class =" text-black rounded-base shadow border-2 border-black bg-error-500 w-[200px] md:w-[ 300px] min-h-[90px] hover:translate-x-[4px] hover:translate-y-[4px] hover:shadow-none p-2" href =" https://docs.demml.io/scouter" >
43
+ <div class =" h-8 md:h- 12 flex justify-center items-center" >
42
44
<img
43
45
src ={scouter_logo }
44
- class =" h-12 object-contain"
46
+ class =" h-8 md:h- 12 object-contain"
45
47
alt =" Scouter Logo"
46
48
/>
47
49
</div >
52
54
</div >
53
55
</div >
54
56
</div >
55
-
56
- <style >
57
- .grid-background {
58
- background-color : #E3DFF2 ; /* Light background color */
59
- background-image :
60
- linear-gradient (to right , #CECBDB 1px , transparent 1px ),
61
- linear-gradient (to bottom , #CECBDB 1px , transparent 1px );
62
- background-size : 60px 60px ; /* Adjust the grid size */
63
- }
64
- </style >
0 commit comments