Compare commits
No commits in common. "ccde682744b912245df5009cdc9ddc4d328926f0" and "7460ff6f88e58665f942b177cbbe030e7c1cb51b" have entirely different histories.
ccde682744
...
7460ff6f88
|
@ -4,7 +4,7 @@ WORKDIR /opt/code
|
||||||
|
|
||||||
COPY . /opt/code
|
COPY . /opt/code
|
||||||
|
|
||||||
RUN rm -rf node_modules package-lock.json yarn.lock && \
|
RUN cat .gitignore | xargs rm -rf && \
|
||||||
npm i --prod && \
|
npm i --prod && \
|
||||||
./install
|
./install
|
||||||
|
|
||||||
|
|
|
@ -83,14 +83,7 @@ const skills = {
|
||||||
<pre>
|
<pre>
|
||||||
<Title>My native dev experience</Title>
|
<Title>My native dev experience</Title>
|
||||||
<p>
|
<p>
|
||||||
It isn't much.<br/>
|
It isn't much
|
||||||
I have only one project that is made with Qt/C++:
|
|
||||||
<a href='https://github.com/b1ek/CuteSchedule'>CuteSchedule</a>
|
|
||||||
(Cute stands fot Qt).<br/>
|
|
||||||
<br/>
|
|
||||||
But I do have a lot of experience with C and C++, as I like to write
|
|
||||||
a lot of programs in those languages in my free time. An example of these programs:
|
|
||||||
<a href='https://github.com/b1ek/f2bin'>f2bin</a>.
|
|
||||||
</p>
|
</p>
|
||||||
</pre>
|
</pre>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue