summaryrefslogtreecommitdiff
path: root/templates/index.liquid
blob: 3580beb305713ef00920d119ab58b56697b0a593 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" class="disable-tweet-animation page-with-columns grayscale-active">
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1" />
  <title>e-flux: Animism</title>
  <meta property="og:title" content="e-flux" />
  <meta property="og:image" content="https://www.e-flux.com/elements/e-flux-logo-fb.png?2" />
  <meta property="og:image:width" content="2000" />
  <meta property="og:image:height" content="2000" />
  <meta property="og:description" content="e-flux is a publishing platform and archive, artist project, curatorial platform, and enterprise which was founded in 1998." />
  <meta name="Description" content="e-flux is a publishing platform and archive, artist project, curatorial platform, and enterprise which was founded in 1998." />
  <link rel="stylesheet" href="/styles/e-flux-fonts.css" />
  <link rel="stylesheet" href="/styles/e-flux.css" />
  <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"/>
</head>
<body>

<div class="block-overlay content-ready header-lock">

  <div class="header header-article">
    <div class="header-article-topline">
      <div class="logo">
        <a href="/">
          <img src="/elements/e-flux-logo.svg" alt="" />
        </a>
      </div>
    </div>

    <div class="article-topline">
    </div>

    <nav class="menu">
      <ul class="menu-items menu-items-fixed">
        <li class="menu-item menu-item-button button-search show-only-on-mobile js-header-tools" data-headertool="search">
          <img src="/elements/search.svg" alt="" />
        </li>
        <li class="menu-item header-article-close-button">
          <a href="/announcements/" class="article-close-link">
            <img src='/elements/close.svg' alt=''>
          </a>
        </li>
        <li class="menu-item menu-item-button button-menu">
          <img src="/elements/menu.svg" alt="" />
        </li>
      </ul>
    </nav>
  </div>


</div>
</body>
</html>