mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-05-19 16:10:16 +00:00
change styles
This commit is contained in:
@@ -23,7 +23,7 @@ const FeatureList = [
|
||||
|
||||
function Feature({ Svg, title, description }) {
|
||||
return (
|
||||
<div className={clsx('col col--2')}>
|
||||
<div className={clsx('col col--3')}>
|
||||
<div className="text--center">
|
||||
<Svg className={styles.featureSvg} role="img" />
|
||||
</div>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
.features {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding: 2rem 0;
|
||||
padding: 4rem 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
|
||||
+3
-3
@@ -112,10 +112,10 @@ html[data-theme="dark"] .DocSearch-Hit[aria-selected="true"] a {
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
/* max-width: var(--ifm-container-width); */
|
||||
max-width: 1280px;
|
||||
margin: 0 auto;
|
||||
/* max-width: 1280px;
|
||||
margin: 0 auto; */
|
||||
}
|
||||
|
||||
.hero__subtitle2 {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
I write back-end applications in **Go** and modern front-ends using **TypeScript** (**React.js**). I design and implement **GraphQL**, **gRPC** and **REST** APIs.
|
||||
|
||||
I work in a cloud-native environment in the "you build it, you run it" model. Apart from building microservices, I use and extend **Kubernetes**. I am both [Certified Kubernetes Application Developer](https://www.youracclaim.com/badges/4ef650a8-2c5d-48df-bdc7-d7bafdd9e4ec) and [Certified Kubernetes Administrator](https://www.youracclaim.com/badges/32059797-c35c-4c49-bcc3-d27268a530df).
|
||||
|
||||
In 2018, I have completed a master's in Computer Science at Silesian University of Technology.
|
||||
|
||||
I'm open source and cloud-native enthusiast. That's why I'm a co-organizer of the [Gophers Silesia](https://www.meetup.com/GophersSilesia) meetup, which is a local community interested in Go & cloud-native topics.
|
||||
Reference in New Issue
Block a user