[add] initial commit
This commit is contained in:
40
src/pages/Index.vue
Normal file
40
src/pages/Index.vue
Normal file
@@ -0,0 +1,40 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<div class="container content">
|
||||
<div class="field is-grouped is-grouped-multiline">
|
||||
<div class="control">
|
||||
<h2><span class="highlight">#</span>EHLO</h2>
|
||||
</div>
|
||||
<div class="control">
|
||||
<div class="tags has-addons">
|
||||
<span class="tag is-medium is-white">I am </span><span class="tag is-medium is-warning">Pascal</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
I'm a Software Engineer. I mostly work on embedded network devices, though I like to dabble in web development and server management. When I'm not coding, I'm soldering things to code on.
|
||||
|
||||
<HashList
|
||||
:items="['Linux, OpenWrt, Yoctu, Arduino, RaspberryPi, Xilinx FPGA',
|
||||
'C/C++, Java/Scala, Python, Shell, Lua, HTML/CSS/JS, SQL, VHDL',
|
||||
'Autotools, Bitmake, CMake, Doxygen, Docker, Jenkins, Apache, Nginx']"
|
||||
/>
|
||||
</p>
|
||||
</div>
|
||||
</Layout>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
metaInfo: {
|
||||
title: '/root'
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
.home-links a {
|
||||
margin-right: 1rem;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user