Compare commits
1 Commits
7e99c35112
...
auto-build
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fbb3feb62 |
4
build.sh
4
build.sh
@@ -3,8 +3,6 @@ source $stdenv/setup
|
||||
# Compile Sass sources and get resume file
|
||||
mkdir build && cd build
|
||||
mkdir css && sassc $src/scss/style.scss css/style.css
|
||||
mkdir font && cp $src/font/* font/
|
||||
mkdir js && cp $src/js/* js/
|
||||
cp $src/resume.html resume.html
|
||||
|
||||
mkdir $out
|
||||
@@ -13,4 +11,4 @@ mkdir $out
|
||||
cp resume.html $out
|
||||
mkdir $out/css && cp ./css/style.css $out/css
|
||||
|
||||
chromium --disable-gpu --headless --print-to-pdf="$out/Resume-Danila-Fedorin.pdf" file://$(pwd)/resume.html
|
||||
chromium --disable-gpu --headless --print-to-pdf="$out/Resume-Danila-Fedorin.pdf" "file://${pwd}/resume.html"
|
||||
|
||||
43
flake.lock
generated
43
flake.lock
generated
@@ -1,43 +0,0 @@
|
||||
{
|
||||
"nodes": {
|
||||
"flake-utils": {
|
||||
"locked": {
|
||||
"lastModified": 1676283394,
|
||||
"narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "numtide",
|
||||
"repo": "flake-utils",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"nixpkgs": {
|
||||
"locked": {
|
||||
"lastModified": 1676718858,
|
||||
"narHash": "sha256-giQecvcifVLNHCC9lMfTGP09tNxXhOMw+d/aql7MhRw=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "e6d5772f3515b8518d50122471381feae7cbae36",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "nixos",
|
||||
"ref": "nixos-22.11",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
"root": {
|
||||
"inputs": {
|
||||
"flake-utils": "flake-utils",
|
||||
"nixpkgs": "nixpkgs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"root": "root",
|
||||
"version": 7
|
||||
}
|
||||
Binary file not shown.
Binary file not shown.
13
js/feather.min.js
vendored
13
js/feather.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,9 +1,9 @@
|
||||
{ pkgs, sass ? pkgs.sassc, chromium ? pkgs.ungoogled-chromium }:
|
||||
{ pkgs, sass ? pkgs.sassc, wkhtmltopdf ? pkgs.wkhtmltopdf }:
|
||||
pkgs.stdenv.mkDerivation {
|
||||
name = "daniel-resume";
|
||||
version = "0.1";
|
||||
builder = ./build.sh;
|
||||
buildInputs = [ sass chromium ];
|
||||
buildInputs = [ sass wkhtmltopdf ];
|
||||
src = ./.;
|
||||
|
||||
FONTCONFIG_FILE = pkgs.makeFontsConf { fontDirectories = []; };
|
||||
|
||||
13
resume.html
13
resume.html
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="js/feather.min.js"></script>
|
||||
<script src="https://unpkg.com/feather-icons"></script>
|
||||
<title>Resume - Daniel Fedorin</title>
|
||||
<link href="css/style.css" rel="stylesheet">
|
||||
</head>
|
||||
@@ -29,8 +29,8 @@
|
||||
<section>
|
||||
<h1>Education</h1>
|
||||
<div class="section-content">
|
||||
<em class="italic">Master of Science</em>, Oregon State University, Computer Science - Completed June 2022 • <em class="bold">4.0 GPA</em><br>
|
||||
<em class="italic">Bachelor of Science</em>, Oregon State University, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em>
|
||||
<em class="italic">Bachelor of Science</em>, Oregon State University, Major: Computer Science | Minor: Mathematics - Completed June 2020 • <em class="bold">4.0 GPA</em><br>
|
||||
<em class="italic">Master of Science</em>, Oregon State University, Computer Science - Expected June 2022 • <em class="bold">4.0 GPA</em>
|
||||
</div>
|
||||
</section>
|
||||
<section>
|
||||
@@ -73,8 +73,7 @@
|
||||
<h2>maypop</h2>
|
||||
<i data-feather="link" class="project-link-icon"></i>
|
||||
</a> —
|
||||
<!-- Instructional implementation of a dependently typed functional programming language capable of formal proofs. -->
|
||||
Dependently typed functional programming language capable of formal proofs.
|
||||
Instructional implementation of a dependently typed functional programming language capable of formal proofs.
|
||||
</div>
|
||||
<!--
|
||||
<div class="project-container">
|
||||
@@ -188,7 +187,6 @@
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div class="position">
|
||||
<h2>Lead Programmer</h2>
|
||||
<div class="position-location">Northwest Advanced Programming Workshop, Portland, OR | Summer 2017</div>
|
||||
@@ -197,10 +195,9 @@
|
||||
<li>Designed and implemented a <em class="bold">desktop calculator</em> application with a focus on usability and feature-completeness.</li>
|
||||
<li>Worked on a variety of components, including parsing input through a custom regular expression engine, evaluating expressions through Taylor Series, and UI design.</li>
|
||||
<li>Profiled and debugged application using <em class="bold">VisualVM</em> in order to find inefficiencies, reducing computation time by 60%.</li>
|
||||
<li>Exercised public speaking and communication skills by reporting progress to supervisor and presenting to other teams.</li>
|
||||
<!-- <li>Exercised public speaking and communication skills by reporting progress to supervisor and presenting to other teams.</li> -->
|
||||
</ul>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<!--
|
||||
<div class="position">
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Raleway:wght@400;600;700&display=swap');
|
||||
|
||||
$text-font: 'Raleway';
|
||||
$big-font: 'Raleway';
|
||||
$color-main: #36e281;
|
||||
@@ -5,12 +7,6 @@ $color-secondary: $color-main;
|
||||
$color-link: black;
|
||||
$color-text: black;
|
||||
|
||||
@font-face {
|
||||
font-family: "Raleway";
|
||||
src: url("../font/Raleway-VariableFont_wght.ttf") format("truetype"),
|
||||
url("../font/Raleway-Italic-VariableFont.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@media print {
|
||||
@page {
|
||||
margin: 0 0 0 0;
|
||||
@@ -41,8 +37,7 @@ body {
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-family: $text-font;
|
||||
line-height: 1.3em;
|
||||
font-size: 1.05em;
|
||||
line-height: 1.225em;
|
||||
font-variant-ligatures: none;
|
||||
|
||||
@media not print {
|
||||
@@ -75,26 +70,25 @@ hr {
|
||||
}
|
||||
|
||||
div.name {
|
||||
font-size: 1.7em;
|
||||
font-size: 1.7rem;
|
||||
margin: 10px;
|
||||
font-family: $big-font, serif;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 1.25em;
|
||||
font-size: 1.25rem;
|
||||
font-family: $big-font, serif;
|
||||
font-weight: 600;
|
||||
margin: 10px;
|
||||
margin-top: 12px;
|
||||
margin-bottom: 2.5px;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.2em;
|
||||
font-size: 1.2rem;
|
||||
font-weight: 400;
|
||||
margin-bottom: 0px;
|
||||
margin-top: 0.2em;
|
||||
margin-top: 0.2rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
@@ -147,14 +141,14 @@ a.project-link {
|
||||
align-items: center;
|
||||
|
||||
h2 {
|
||||
font-size: 1em;
|
||||
font-size: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
svg.project-link-icon {
|
||||
height: 0.9em;
|
||||
width: 0.9em;
|
||||
margin-left: 0.25em;
|
||||
height: 0.9rem;
|
||||
width: 0.9rem;
|
||||
margin-left: 0.25rem;
|
||||
}
|
||||
|
||||
main {
|
||||
|
||||
Reference in New Issue
Block a user