Skip to content

Commit

Permalink
new site
Browse files Browse the repository at this point in the history
  • Loading branch information
spratt21 committed Jun 18, 2024
1 parent 0710705 commit e8e479d
Show file tree
Hide file tree
Showing 83 changed files with 3,146 additions and 374 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added assets/.DS_Store
Binary file not shown.
88 changes: 87 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
@media screen and (min-width: 968px) {
:root {
--biggest-font-size: 4.5rem;
--biggest-font-size-2: 3.5rem;
--second-biggest-font-size: 2rem;
--h2-font-size: 1.75rem;
--h3-font-size: 1.4rem;
Expand Down Expand Up @@ -92,6 +93,14 @@ h5 {
line-height: 1.1;
}

h6 {
font-weight: var(--font-semi-bold);
font-size: 2.5rem;
line-height: 1.1;
}



h4:hover {
color: grey;
}
Expand Down Expand Up @@ -190,6 +199,44 @@ img {
margin-right: var(--mb-1-5);
}

.center-div {
width: 95%; /* Take up 80% of the parent's width */
margin: 0 auto; /* Center the div horizontally */
/* Optional: max-width: 1000px; Limit the maximum width if desired */
}

.container-2 {
display: flex;
justify-content: space-around;
}

.container-3 {
color: #666666;
margin: 10px;
}

.clickable-region {
width: 45%;
border: 1px solid #000;
padding: 10px;
margin: 10px;
text-align: center;
background-color: #FFFFFF;
cursor: pointer;
border-radius: 15px; /* Rounded corners */
transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth transitions for hover effects */
}
.clickable-region img {
width: calc(100% - 20px); /* Adjust width to account for padding */
height: auto;
padding: 10px; /* Padding around the image */
box-sizing: border-box; /* Ensures padding is included in width calculation */
}
.clickable-region:hover {
transform: scale(1.05); /* Slightly scale up the region */
box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Shadow for a lifted effect */
}

.grid {
display: grid;
gap: 1.5rem;
Expand All @@ -214,6 +261,19 @@ img {
background-color: var(--first-color-alt);
}

.btn2 {
display: inline-block;
background-color: #47C3CD;
color: #FFFFFF;
padding: 0.75rem 1.5rem;
border-radius: 3rem;
font-weight: var(--font-semi-bold);
transition: 0.3s;
}
.btn2:hover {
background-color: #47C3CD;
}


.btn1 {
display: inline-block;
Expand Down Expand Up @@ -331,6 +391,12 @@ img {
/* margin-bottom: var(--mb-0-75); */
}

.home__title2 {
font-size: var(--biggest-font-size-2);
/* font-weight: var(--font-bold); */
/* margin-bottom: var(--mb-0-75); */
}


.group__title {
font-size: 3rem;
Expand Down Expand Up @@ -365,6 +431,12 @@ img {
font-size: var(--h3-font-size);
}

.home__subhead2 {
margin-bottom: 0rem;
/* padding-bottom: 1rem; */
font-size: var(--h3-font-size);
}

.about {
row-gap: 3.0rem;
}
Expand Down Expand Up @@ -470,7 +542,7 @@ img {
}

footer {
background-color: var(--first-color-lighten);
/* background-color: var(--first-color-lighten); */
padding-bottom: 2rem;
}

Expand Down Expand Up @@ -537,6 +609,7 @@ footer {
bottom: 3rem;
}


/*=============== SCROLL BAR ===============*/
::-webkit-scrollbar {
width: 0.6rem;
Expand Down Expand Up @@ -664,6 +737,14 @@ body.dark__theme {
outline: 10px solid #7E49D4;
margin: auto;
}

.app__img2 {
order: -1;
border-radius: 25%;
border: #FFFFFF 7px solid;
outline: 10px solid #47C3CD;
margin: auto;
}
.group__img {
order: -1;
}
Expand Down Expand Up @@ -698,6 +779,11 @@ body.dark__theme {
grid-template-columns: repeat(1, 1fr);
}

.home2 {
padding: 0rem 0 14rem;
grid-template-columns: repeat(1, 1fr);
}

.app {
grid-template-columns: repeat(6, 1fr);
}
Expand Down
Binary file added assets/images/.DS_Store
Binary file not shown.
Binary file added assets/images/clip3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/datacompclip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/datacomplang.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/lang3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/nobg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/svgs/.DS_Store
Binary file not shown.
247 changes: 247 additions & 0 deletions assets/images/svgs/book.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 86 additions & 0 deletions assets/images/svgs/icon_2 copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
413 changes: 413 additions & 0 deletions assets/images/svgs/logo2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/.DS_Store
Binary file not shown.
Binary file added assets/images/team/aaron.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/alaa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/alon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/amro.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/chengyu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/dirk.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/etash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/fartash.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/filler.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/hadi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/hanlin.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/hritik.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/igor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/jean.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/josh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/khyathi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/khyathi.tiff
Binary file not shown.
Binary file added assets/images/team/kushal.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/team/kyle.webp
Binary file not shown.
Binary file added assets/images/team/luke.jpg
Binary file added assets/images/team/maciej.jpg
Binary file added assets/images/team/maor.jpg
Binary file added assets/images/team/matt.png
Binary file added assets/images/team/mayee.jpg
Binary file added assets/images/team/niklas.png
Binary file added assets/images/team/reinhard.jpg
Binary file added assets/images/team/rulin.jpg
Binary file added assets/images/team/sauragh.png
Binary file added assets/images/team/sedrick.jpg
Binary file added assets/images/team/sham.webp
Binary file not shown.
Binary file added assets/images/team/stephanie.jpg
Binary file added assets/images/team/suchin.png
Binary file added assets/images/team/sujay.jpg
Binary file added assets/images/team/sunny.jpg
Binary file added assets/images/team/thomas.jpg
Binary file added assets/images/team/toshev.jpg
Binary file added dcclip/.DS_Store
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions getting_started.html → dcclip/getting_started.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<title>DataComp</title>

<!-- Favicon -->
<link rel="shortcut icon" href="./assets/images/corner.png" type="image/x-icon">
<link rel="shortcut icon" href="../assets/images/corner.png" type="image/x-icon">

<!-- Added Libraries -->
<link
Expand All @@ -31,7 +31,7 @@
href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<!-- StyleSheets -->
<link rel="stylesheet" href="./assets/css/style.css" />
<link rel="stylesheet" href="../assets/css/style.css" />

</head>
<body>
Expand All @@ -40,7 +40,7 @@
<!-- Header Part Start -->
<header class="header">
<nav class="nav container">
<a href="https://www.datacomp.ai" class="nav__logo"> DataComp </a>
<a href="../index.html" class="nav__logo"> DataComp </a>
<div class="nav__menu">
<ul class="nav__list">
<li class="nav__item">
Expand Down Expand Up @@ -159,7 +159,7 @@ <h3>Submitting</h3>
</div>

<div align="center" style="padding-bottom:1rem;">
<img width="80%" src="./assets/images/svgs/logo.svg">
<img width="80%" src="../assets/images/svgs/logo.svg">
</div>


Expand All @@ -184,6 +184,6 @@ <h3>Submitting</h3>


<!-- Javascript -->
<script src="./assets/js/main.js"></script>
<script src="../assets/js/main.js"></script>
</body>
</html>
Loading

0 comments on commit e8e479d

Please sign in to comment.