Skip to content

Instantly share code, notes, and snippets.

@arisacoba
Last active March 2, 2018 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arisacoba/1831f62a42de09a1ad4908e0e00bd74f to your computer and use it in GitHub Desktop.
Save arisacoba/1831f62a42de09a1ad4908e0e00bd74f to your computer and use it in GitHub Desktop.

Welcome AI Motions

View mockup · Start coding

Instructions

  • You have 15 minutes to implement this UI.
  • Text, colors, and other assets are provided for you.
  • Some basic CSS is provided for you.
  • You can search online if you get stuck.
  • When you're done, Fork the Codepen page and share with us the URL.

Text content

Feel free to copy/paste:

Drama • Fantasy
The One I love

A couple (Mark Duplass, Elisabeth Moss) whose marriage is crumbling have a surreal experience during a weekend getaway at a house recommended by their therapist (Ted Danson).

Images

The One I Love

https://i.imgur.com/7VrFq8G.jpg

Arrow

https://i.imgur.com/1ffu7ab.png

CSS

Feel free to copy/paste:

// Colors
$default: #212121;
$accent: #0039FF;

// Metrics
$poster-height: 250px;

// Font
font-family: 'Poppins', sans-serif;

// Fonts (Poppins)
@import url('https://fonts.googleapis.com/css?family=Poppins');

// CSS reset
@import url('https://cdn.jsdelivr.net/npm/sanitize.css@5.0.0/sanitize.css');

html {
  // Start coding here!
}
# Welcome AI Motions
<p align='center'>:zap: <a href='https://i.imgur.com/wyaQjgy.jpg'>View mockup</a> · <a href='https://codepen.io/anon/pen/PQBOPN?editors=1100'><strong>Start coding</strong></a> :zap:</p>
<p align='center'><img src='https://i.imgur.com/wyaQjgy.jpg' width='600'></p>
## Instructions
* You have 15 minutes to implement this UI.
* Text, colors, and other assets are provided for you.
* Some basic CSS is provided for you.
* You can search online if you get stuck.
* When you're done, `Fork` the Codepen page and share with us the URL.
## Text content
Feel free to copy/paste:
```
Drama • Fantasy
The One I love
A couple (Mark Duplass, Elisabeth Moss) whose marriage is crumbling have a surreal experience during a weekend getaway at a house recommended by their therapist (Ted Danson).
```
## Images
The One I Love
```
https://i.imgur.com/7VrFq8G.jpg
```
Arrow
```
https://i.imgur.com/1ffu7ab.png
```
## CSS
Feel free to copy/paste:
```scss
// Colors
$default: #212121;
$accent: #0039FF;
// Metrics
$poster-height: 250px;
// Font
font-family: 'Poppins', sans-serif;
// Fonts (Poppins)
@import url('https://fonts.googleapis.com/css?family=Poppins');
// CSS reset
@import url('https://cdn.jsdelivr.net/npm/sanitize.css@5.0.0/sanitize.css');
html {
// Start coding here!
}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment