Skip to content

Instantly share code, notes, and snippets.

View jcayouette's full-sized avatar

Joseph Cayouette jcayouette

View GitHub Profile
@jcayouette
jcayouette / index.html
Created July 29, 2019 13:51
News section
<section class="content-padding">
<div class="row carousel-wrap">
<div class="carousel-title-controller">
<h3>News and resources</h3>
<div class="carousel-controller">
<span class="carousel-previous">
<i class="eos-icons">navigate_before</i>
</span>
<span class="carousel-next">
<i class="eos-icons">navigate_next</i>
ifeval::[{uyuni-content} == true]
.Procedure: Install spacewalk-utils and Add the Ubuntu Channels
. Install spacewalk-utils package
+
----
sudo zypper in spacewalk-utils
----
. As root add the Ubuntu channels (for example the channels for Ubuntu 18.04)
.tippy-tooltip.light-theme {
color: #fff;
box-shadow: 0 0 20px 4px rgba(154, 161, 177, .15),
0 4px 80px -8px rgba(36, 40, 47, .25),
0 4px 4px -2px rgba(91, 94, 105, .15);
background-color: #25BBBF;
}
.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow {
border-top: 8px solid #25BBBF;
StylesPath = styles
MinAlertLevel = suggestion
[*.adoc]
BasedOnStyles = Vale, write-good, Google
Vale.Spelling = YES
StylesPath = .github/styles
MinAlertLevel = suggestion
[./*.md]
BasedOnStyles = Vale
[modules/*.adoc]
BasedOnStyles = Vale
StylesPath = styles/vale-styles
MinAlertLevel = suggestion
[*.adoc]
BasedOnStyles = Google
Vale.Spelling = NO
StylesPath = styles/vale-styles
MinAlertLevel = suggestion
[*.adoc]
BasedOnStyles = Google
Vale.Spelling = NO
StylesPath = .github/styles
MinAlertLevel = suggestion
[*.adoc]
BasedOnStyles = Google
Vale.Spelling = NO
import React, { useEffect } from "react";
const Aladin = () => {
useEffect(() => {
// To call external javascript function from index.html you need to specify window.function name.
let aladin = window.A.aladin("#aladin-lite-div", {
survey: "P/DSS2/color",
fov: 60,
});