Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
change gradient
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikMennen committed Nov 21, 2023
1 parent c633dbd commit d0f7a12
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
:root {
--ifm-color-primary: #11998e;
--ifm-color-primary: #009688;
--ifm-code-font-size: 95%;

--ifm-container-width: 1250px;
Expand Down
4 changes: 2 additions & 2 deletions src/css/index.module.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.heroBackground{
background: linear-gradient(to right, #11998e, #0d6e66); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to right, #1a4343, #153f3b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
box-shadow: rgb(0 0 0 / 50%) 0px -10px 13px -7px inset;
position: relative;
top: 0;
Expand All @@ -10,7 +10,7 @@
}

[data-theme="dark"] .heroBackground {
background-image: linear-gradient(to right, #094d48, #073a35);
background: linear-gradient(to right, #133030, #0f2c29);
box-shadow: rgb(0 0 0 / 80%) 0px -10px 13px -7px inset;
}

Expand Down
13 changes: 6 additions & 7 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const sliders = [
imageSrc: <img alt="Simulation" src="/img/slides/vcd.png" />,
description: (
<>
For many tasks in hardware development it is very useful to simulate your program.
For many tasks in hardware development it is very useful to simulate your program.
OneWare Studio offers excellent simulation integration, including a lightning fast, multi-threaded VCD Viewer and the most popular Simulation tools.
</>
)
Expand Down Expand Up @@ -186,7 +186,7 @@ const App = () => {
<a target="_blank"
className={classnames("button button--primary button--lg hideMobile", styles.heroButton)}
href={"https://demo.oneware.studio"}>
WEB DEMO
WEB PREVIEW
</a>
<Link
className={classnames("button button--secondary button--outline button--lg", styles.heroButtonTwo, styles.heroButton)}
Expand Down Expand Up @@ -251,8 +251,7 @@ const App = () => {
<Row className="bottomsplit padding-vert--lg">
<Col className="padding-vert--md mobileorder-1" data-aos="fade-right">
<h1>What is Electrical Engineering?</h1>

Electrical Engineering is the invisible force that powers our modern world, driving technological innovation and ensuring our daily conveniences. It is the linchpin of power generation and distribution, supporting industries, homes, and infrastructure. Beyond that, it plays a pivotal role in shaping sustainable energy solutions, communication networks, and automation systems. As our society faces complex challenges in healthcare, environmental sustainability, and space exploration, Electrical Engineering continues to be at the forefront, providing the tools and expertise to tackle these pressing issues and pave the way for a brighter future.
Electrical Engineering is the invisible force that powers our modern world, driving technological innovation and ensuring our daily conveniences. It is the linchpin of power generation and distribution, supporting industries, homes, and infrastructure. Beyond that, it plays a pivotal role in shaping sustainable energy solutions, communication networks, and automation systems. As our society faces complex challenges in healthcare, environmental sustainability, and space exploration, Electrical Engineering continues to be at the forefront, providing the tools and expertise to tackle these pressing issues and pave the way for a brighter future.
</Col>
<Col className="padding-vert--md mobileorder-0" data-aos="fade-left">
<img alt="About OneWare" className="margin-auto" src="/img/micro.png" />
Expand All @@ -265,7 +264,7 @@ Electrical Engineering is the invisible force that powers our modern world, driv
<Col className="padding-vert--md" data-aos="fade-left">
<h1>What is OneWare?</h1>
<p>
OneWare represents our innovative solution, merging FPGA and Microcontroller development into a unified platform, offering substantial assistance to electrical engineers
OneWare represents our innovative solution, merging FPGA and Microcontroller development into a unified platform, offering substantial assistance to electrical engineers

<Container style={{ overflowY: "hidden" }}>
<Row className="margin-top--md">
Expand All @@ -284,8 +283,8 @@ Electrical Engineering is the invisible force that powers our modern world, driv
<Row className="margin-bottom--md">
<Col className={styles.card} data-aos="fade-up" data-aos-delay="100">
<div className={styles.cardTitle}>Plug&Play Hardware </div>
<div className={styles.cardSubTitle}>OneWare Studio supports the open CRUVI Standard.
Modular CRUVI hardware and the visual integration in the IDE create a true Plug&Play experiance.
<div className={styles.cardSubTitle}>OneWare Studio supports the open CRUVI Standard.
Modular CRUVI hardware and the visual integration in the IDE create a true Plug&Play experiance.
</div>
</Col>
<Col className={styles.card} data-aos="fade-up" data-aos-delay="100">
Expand Down

0 comments on commit d0f7a12

Please sign in to comment.