diff --git a/src/Hosted/assets/conferences/cefp-grey.png b/src/Hosted/assets/conferences/cefp-grey.png new file mode 100644 index 00000000..d7c77adc Binary files /dev/null and b/src/Hosted/assets/conferences/cefp-grey.png differ diff --git a/src/Hosted/assets/conferences/cefp.png b/src/Hosted/assets/conferences/cefp.png new file mode 100644 index 00000000..d8775118 Binary files /dev/null and b/src/Hosted/assets/conferences/cefp.png differ diff --git a/src/Hosted/assets/conferences/fp-bud-grey.png b/src/Hosted/assets/conferences/fp-bud-grey.png new file mode 100644 index 00000000..04a80065 Binary files /dev/null and b/src/Hosted/assets/conferences/fp-bud-grey.png differ diff --git a/src/Hosted/assets/conferences/fp-bud.png b/src/Hosted/assets/conferences/fp-bud.png new file mode 100644 index 00000000..a447158d Binary files /dev/null and b/src/Hosted/assets/conferences/fp-bud.png differ diff --git a/src/Hosted/assets/conferences/fpdays-grey.jpg b/src/Hosted/assets/conferences/fpdays-grey.jpg new file mode 100644 index 00000000..54c6222b Binary files /dev/null and b/src/Hosted/assets/conferences/fpdays-grey.jpg differ diff --git a/src/Hosted/assets/conferences/fpdays.jpg b/src/Hosted/assets/conferences/fpdays.jpg new file mode 100644 index 00000000..de8888d4 Binary files /dev/null and b/src/Hosted/assets/conferences/fpdays.jpg differ diff --git a/src/Hosted/assets/conferences/icfp-grey.png b/src/Hosted/assets/conferences/icfp-grey.png new file mode 100644 index 00000000..40d1c913 Binary files /dev/null and b/src/Hosted/assets/conferences/icfp-grey.png differ diff --git a/src/Hosted/assets/conferences/icfp.png b/src/Hosted/assets/conferences/icfp.png new file mode 100644 index 00000000..1ee6f08c Binary files /dev/null and b/src/Hosted/assets/conferences/icfp.png differ diff --git a/src/Hosted/assets/contact-map-styles.json b/src/Hosted/assets/contact-map-styles.json index cf3e2c86..adac5aa9 100644 --- a/src/Hosted/assets/contact-map-styles.json +++ b/src/Hosted/assets/contact-map-styles.json @@ -1 +1,170 @@ -[{"featureType":"administrative","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"administrative.country","elementType":"geometry.stroke","stylers":[{"color":"#f2f2f2"}, {"visibility":"on"}]},{"featureType":"administrative.province","elementType":"geometry.stroke","stylers":[{"visibility":"off"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"visibility":"on"},{"color":"#e3e3e3"}]},{"featureType":"landscape.natural","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"all","stylers":[{"color":"#cccccc"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"transit","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"transit.line","elementType":"geometry","stylers":[{"visibility":"off"}]},{"featureType":"transit.line","elementType":"labels.text","stylers":[{"visibility":"off"}]},{"featureType":"transit.station.airport","elementType":"geometry","stylers":[{"visibility":"off"}]},{"featureType":"transit.station.airport","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#FFFFFF"}]},{"featureType":"water","elementType":"labels","stylers":[{"visibility":"off"}]}] \ No newline at end of file +[ + { + "featureType": "all", + "elementType": "geometry.fill", + "stylers": [ + { + "weight": "2.00" + } + ] + }, + { + "featureType": "all", + "elementType": "geometry.stroke", + "stylers": [ + { + "color": "#9c9c9c" + } + ] + }, + { + "featureType": "all", + "elementType": "labels.text", + "stylers": [ + { + "visibility": "on" + } + ] + }, + { + "featureType": "landscape", + "elementType": "all", + "stylers": [ + { + "color": "#f2f2f2" + } + ] + }, + { + "featureType": "landscape", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#ffffff" + } + ] + }, + { + "featureType": "landscape.man_made", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#ffffff" + } + ] + }, + { + "featureType": "poi", + "elementType": "all", + "stylers": [ + { + "visibility": "off" + } + ] + }, + { + "featureType": "road", + "elementType": "all", + "stylers": [ + { + "saturation": -100 + }, + { + "lightness": 45 + } + ] + }, + { + "featureType": "road", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#eeeeee" + } + ] + }, + { + "featureType": "road", + "elementType": "labels.text.fill", + "stylers": [ + { + "color": "#7b7b7b" + } + ] + }, + { + "featureType": "road", + "elementType": "labels.text.stroke", + "stylers": [ + { + "color": "#ffffff" + } + ] + }, + { + "featureType": "road.highway", + "elementType": "all", + "stylers": [ + { + "visibility": "simplified" + } + ] + }, + { + "featureType": "road.arterial", + "elementType": "labels.icon", + "stylers": [ + { + "visibility": "off" + } + ] + }, + { + "featureType": "transit", + "elementType": "all", + "stylers": [ + { + "visibility": "off" + } + ] + }, + { + "featureType": "water", + "elementType": "all", + "stylers": [ + { + "color": "#46bcec" + }, + { + "visibility": "on" + } + ] + }, + { + "featureType": "water", + "elementType": "geometry.fill", + "stylers": [ + { + "color": "#c8d7d4" + } + ] + }, + { + "featureType": "water", + "elementType": "labels.text.fill", + "stylers": [ + { + "color": "#070707" + } + ] + }, + { + "featureType": "water", + "elementType": "labels.text.stroke", + "stylers": [ + { + "color": "#ffffff" + } + ] + } +] \ No newline at end of file diff --git a/src/Hosted/assets/custom.scss b/src/Hosted/assets/custom.scss index 7d9004cf..fc2697d9 100644 --- a/src/Hosted/assets/custom.scss +++ b/src/Hosted/assets/custom.scss @@ -524,13 +524,129 @@ nav.light { color: white; text-decoration: none; - .menu-transparent:not(.scroll-menu) &, .menu-transparent.dark & { + .menu-transparent:not(.scroll-menu) &, .dark & { color: #47b2e4; } + + .title-alternative { + color: #ccc; + margin-left: 0px; + font-size: 1em; + } +} + +.cnt-box-team { + .caption { + h2 { + &::before { + content: none; + } + } + } +} + +.custom-timeline { + position: relative; + list-style: none; + padding: 0; + + &:before { + content: ''; + position: absolute; + top: 0; + bottom: 0; + width: 5px; + background: #aaaaaa; + left: 20%; + margin-left: -10px; + + @media screen and (max-width: 760px) { + display: none; + } + } + + & li { + position: relative; + } + + .year { + display: block; + width: 25%; + padding-right: 100px; + position: absolute; + top: 1em; + text-align: right; + font-size: 1.5em; + color: #587790; + + @media screen and (max-width: 760px) { + display: none; + } + } + + .tl-content { + margin: 0 0 15px 25%; + color: #587790; + padding: 0.5em 2em 0.5em 1em; + font-weight: 300; + line-height: 1.4; + position: relative; + border-radius: 5px; + + h2 { + margin-top: 0px; + padding: 0 0 10px 0; + border-bottom: 1px solid #aaaaaa; + } + + @media screen and (max-width: 760px) { + margin: 0px; + } + } + + .tl-small-date { + display: none; + + @media screen and (max-width: 760px) { + display: inline-block; + } + } +} + +.sponsor-logo { + position: absolute; + top: 50%; + left: 50%; + transform: translateX(-50%) translateY(-50%); + + &-holder { + height: 20vh; + position: relative; + } + + &-fpbud { + max-width: 60% !important; + } + + &-icfp { + max-width: 100% !important; + } + + &-fpdays { + max-width: 50% !important; + } + + &-cefp { + max-width: 100% !important; + } } -.menu-title .title-alternative { - color: #ccc; - margin-left: 0px; - font-size: 1em; +.cnt-box-team, .cnt-box-team:hover { + .caption { + @media screen and (max-width: 992px) { + height: unset; + position: unset; + padding-top: 0px; + } + } } diff --git a/src/Hosted/assets/research-2.jpg b/src/Hosted/assets/research-2.jpg deleted file mode 100644 index 7f17bb31..00000000 Binary files a/src/Hosted/assets/research-2.jpg and /dev/null differ diff --git a/src/Hosted/assets/research-3.jpg b/src/Hosted/assets/research-3.jpg deleted file mode 100644 index 89bb535e..00000000 Binary files a/src/Hosted/assets/research-3.jpg and /dev/null differ diff --git a/src/Hosted/assets/research-4.jpg b/src/Hosted/assets/research-4.jpg deleted file mode 100644 index d0c9fa0e..00000000 Binary files a/src/Hosted/assets/research-4.jpg and /dev/null differ diff --git a/src/Hosted/assets/research-5.jpg b/src/Hosted/assets/research-5.jpg deleted file mode 100644 index 26e1afdc..00000000 Binary files a/src/Hosted/assets/research-5.jpg and /dev/null differ diff --git a/src/Hosted/consulting.html b/src/Hosted/consulting.html index 289df054..5c61fd81 100644 --- a/src/Hosted/consulting.html +++ b/src/Hosted/consulting.html @@ -29,7 +29,7 @@
-
+

Build your F# application with us

By weaving together advances in F# development, intelligent operations, and modern full-stack applications, we can help your company deliver on the promise of digital transformation

diff --git a/src/Hosted/contact.html b/src/Hosted/contact.html index 922901d9..b9e70175 100644 --- a/src/Hosted/contact.html +++ b/src/Hosted/contact.html @@ -20,7 +20,7 @@
-
-

Research is in our DNA.

-

Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur in, quas ab doloremque velit maxime voluptate reiciendis repellat odit voluptates similique nobis animi impedit amet eaque. Sequi saepe reiciendis dolorum?

+

Research

+

At IntelliFactory, we thrive to be a company that is on the frontline in the war of the bleeding edge technologies and researches. Over the years we have published many articles/pages to different conferences all over the world.

+
+
+ +
+
-

Take a look at our projects.

+

Sponsoring

- Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempor incididunt utlabore et dolore magna aliqua. + Besides contributing papers to the conferences we are proud supporters of various events. Here you can find a list of events that we have sponsored so far:

-
-
-
-
-

#1 Achievement

08 January 2002
-
-

Mussum ipsum cacilds

-

- Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempore. -

-
-
-
-

#2 Achievement

25 April 2017
-
-

Mussum ipsum cacilds

-

- Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempore. -

-
-
-
-

#3 Achievement

11 March 2020
-
-

Mussum ipsum cacilds

-

- Lorem ipsum dolor sit amet consectetur adipiscing elitsed do eiusmod tempore. -

-
-
-
-
-