Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.html « docs - github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 46386ac5a436df6ed165b53020878e9bb0cec4f1 (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html>

<head>
	<meta name="generator" content="Hugo 0.74.3" />
    <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="referrer" content="no-referrer">

<meta name="description" content="A new Hugo site.">
<title>
    Call me Sam
</title>
<link href="/index.xml" rel="alternate" type="application/rss+xml" title="Call me Sam" />

<link rel="shortcut icon" href="/sam.ico">








<link rel="stylesheet" href="/sass/style.sass" integrity="" crossorigin="anonymous" media="screen">








<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Didact+Gothic">

<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:image" content="https://example.com/tn.png"/>

<meta name="twitter:title" content="Call me Sam"/>
<meta name="twitter:description" content="A new Hugo site."/>

<meta property="og:title" content="Call me Sam" />
<meta property="og:description" content="A new Hugo site." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://example.com/" />
<meta property="og:image" content="https://example.com/tn.png"/>
<meta property="og:updated_time" content="2018-03-16T20:18:53-05:00" /><meta property="og:site_name" content="Call me Sam" />


    <title>Call me Sam</title>
</head>

<body>
    
        <video class="video" autoplay muted preload loop playsinline>
            
                <source
                    src="/sample_video.mp4"
                    type="video/mp4"
                    poster="/background.png" />
            
        </video>
        
            <div id="overlay" style="background: rgba(0, 0, 0, 0.4);"></div>
        
    

    <nav role="navigation" class="flex-container" id="splash">

        
        
            <a href="posts" class="big-link">
                posts
            </a>
        
            <a href="gallery" class="big-link">
                gallery
            </a>
        
            <a href="portfolio" class="big-link">
                portfolio
            </a>
        
            <a href="about" class="big-link">
                who is sam?
            </a>
        

        

    </nav>
</body>

</html>