<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
</head>
<body>
<p>Hi Veenit,</p>
<p>thanks for considerung contributing to Valhalla, always welcome!</p>
<p>Sure, we can guide you a bit on your first issue. Best to bump us
on the one you choose to work on.<br/>
</p>
<p>Regarding docker: I guess you're on Apple Silicon and tried to
build for "--platform linux/arm64"? Then it should build bindings
for arm64 which of course leads to a different name for the
Python bindings than python_valhalla.cpython-310-<b>x86_64</b>-linux-gnu.so.
So a quick fix is probably to run the amd64 image directly from
Dockerhub (might not work though?). In any case, this is rather a
bug, we'd like to support arm64 images. Hopefully they'll
eventually become really relevant outside of Apple at some point.<br/>
</p>
<p>Regardless, docker is maybe not so important if you want to
develop. There's even docs how to build for Apple Silicon
natively:
<a class="moz-txt-link-freetext" href="https://valhalla.github.io/valhalla/building/#building-from-source-macos">https://valhalla.github.io/valhalla/building/#building-from-source-macos</a>.</p>
<p>And 2 more slight decorum things:</p>
<p>- best to keep project-specific stuff in the Github project,
either issues (e.g. this one) or Discussions<br/>
- please avoid screenshots of code (at least on Github, drives me
personally crazy);) <br/>
</p>
<p>All the best<br/>
Nils<br/>
</p>
<div class="moz-cite-prefix">On 05.02.23 15:29, Veenit Kumar wrote:<br/>
</div>
<blockquote type="cite" cite="mid:CAF1gWNcFHDenN3JPfP+zd-BmBGH=adPmOEBS1hmJDuqoivyLzQ@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<div dir="ltr">
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt">Hi
everyone,</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt">I am
starting to contribute to Valhalla. I am going through the
project structure and I have seen a couple of </span><em style="background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt">good
first issues</span></em><span style="background:transparent;margin-top:0pt;margin-bottom:0pt"> and
I like to jump in [1].</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt"><br/>
</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt">I am
facing this issue while installing using the Docker image.</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt">Any help
or lead would be appreciated.</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background:transparent;margin-top:0pt;margin-bottom:0pt"><br/>
</span></p>
<div style="color:rgb(255,255,255);background-color:rgb(0,0,44);font-family:Menlo,Monaco,"Courier New",monospace;font-size:12px;line-height:18px;white-space:pre"><div>vee_nits123@Veenits-MacBook-Air valhalla % docker build .</div>
<div>[+] Building 394.0s (29/32) </div>
<div> => [internal] load build definition from Dockerfile 0.1s</div>
<div> => => transferring dockerfile: 3.25kB 0.1s</div>
<div> => [internal] load .dockerignore 0.0s</div>
<div> => => transferring context: 35B 0.0s</div>
<div> => [internal] load metadata for <a href="http://docker.io/library/ubuntu:22.04" moz-do-not-send="true">docker.io/library/ubuntu:22.04</a> 6.9s</div>
<div> => CACHED [runner 1/4] FROM <a href="http://docker.io/library/ubuntu:22.04@sha256:9a0bdde4188b896a372804be2384015e90e3f84906" moz-do-not-send="true">docker.io/library/ubuntu:22.04@sha256:9a0bdde4188b896a372804be2384015e90e3f84906</a> 0.0s</div>
<div> => [internal] load build context 0.1s</div>
<div> => => transferring context: 74.56kB 0.1s</div>
<div> => CACHED [builder 2/25] WORKDIR /usr/local/src/valhalla 0.0s</div>
<div> => CACHED [builder 3/25] COPY ./scripts/install-linux-deps.sh /usr/local/src/valhalla/scripts/install-linux 0.0s</div>
<div> => CACHED [builder 4/25] RUN bash /usr/local/src/valhalla/scripts/install-linux-deps.sh 0.0s</div>
<div> => CACHED [builder 5/25] ADD . /usr/local/src/valhalla 0.0s</div>
<div> => CACHED [builder 6/25] RUN ls 0.0s</div>
<div> => CACHED [builder 7/25] RUN git submodule sync && git submodule update --init --recursive 0.0s</div>
<div> => CACHED [builder 8/25] RUN rm -rf build && mkdir build 0.0s</div>
<div> => CACHED [builder 9/25] RUN pip install --upgrade conan 0.0s</div>
<div> => CACHED [builder 10/25] WORKDIR /usr/local/src/valhalla/build 0.0s</div>
<div> => CACHED [builder 11/25] RUN cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_C_COMPILER=gcc 0.0s</div>
<div> => [builder 12/25] RUN cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_OSX_ARCHITECTURES=<span style="color:rgb(238,255,0)">"x86_64"</span> 2.4s</div>
<div> => [builder 13/25] RUN make all -j${CONCURRENCY:-$(nproc)} 373.5s</div>
<div> => [builder 14/25] RUN make install 4.5s </div>
<div> => [builder 15/25] WORKDIR /usr/local/src 0.0s </div>
<div> => [builder 16/25] RUN cd valhalla && echo <span style="color:rgb(238,255,0)">"<a href="https://github.com/valhalla/valhalla/tree/$(git" moz-do-not-send="true" class="moz-txt-link-freetext">https://github.com/valhalla/valhalla/tree/$(git</a> rev-parse HEAD)"</span> 0.2s</div>
<div> => [builder 17/25] RUN for f in valhalla/locales/*.json; do cat ${f} | python3 -c <span style="color:rgb(238,255,0)">'import sys; import json; 0.7s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 18/25] RUN rm -rf valhalla 0.8s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 19/25] WORKDIR /usr/local/bin 0.0s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 20/25] RUN for f in valhalla_*; do objcopy --only-keep-debug $f $f.debug; done 0.5s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 21/25] RUN tar -cvf valhalla.debug.tar valhalla_*.debug && gzip -9 valhalla.debug.tar 2.9s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 22/25] RUN rm -f valhalla_*.debug 0.1s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 23/25] RUN strip --strip-debug --strip-unneeded valhalla_* || true 0.6s</span></div>
<div><span style="color:rgb(238,255,0)"> => [builder 24/25] RUN strip /usr/local/lib/libvalhalla.a 0.5s</span></div>
<div><span style="color:rgb(238,255,0)"> => ERROR [builder 25/25] RUN strip /usr/lib/python3/dist-packages/valhalla/python_valhalla.cpython-310-x86_6 0.2s</span></div>
<div><span style="color:rgb(238,255,0)">------</span></div>
<div><span style="color:rgb(238,255,0)"> > [builder 25/25] RUN strip /usr/lib/python3/dist-packages/valhalla/<a href="http://python_valhalla.cpython-310-x86_64-linux-gnu.so" moz-do-not-send="true">python_valhalla.cpython-310-x86_64-linux-gnu.so</a>:</span></div>
<div><span style="color:rgb(238,255,0)">#29 0.145 strip: '</span>/usr/lib/python3/dist-packages/valhalla/<a href="http://python_valhalla.cpython-310-x86_64-linux-gnu.so" moz-do-not-send="true">python_valhalla.cpython-310-x86_64-linux-gnu.so</a><span style="color:rgb(238,255,0)">': No such file</span></div>
<div><span style="color:rgb(238,255,0)">------</span></div>
<div><span style="color:rgb(238,255,0)">executor failed running [/bin/sh -c strip /usr/lib/python3/dist-packages/valhalla/<a href="http://python_valhalla.cpython-310-x86_64-linux-gnu.so" moz-do-not-send="true">python_valhalla.cpython-310-x86_64-linux-gnu.so</a>]: exit code: 1</span></div>
<div><span style="color:rgb(238,255,0)">vee_nits123@Veenits-MacBook-Air valhalla % </span></div></div>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br/>
</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background-color:transparent"><br/>
</span></p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><span style="background-color:transparent">[1] <a href="https://github.com/valhalla/valhalla/labels/good%20first%20issue" moz-do-not-send="true" class="moz-txt-link-freetext">https://github.com/valhalla/valhalla/labels/good%20first%20issue</a></span><br/>
</p>
<p style="color:rgb(14,16,26);background:transparent;margin-top:0pt;margin-bottom:0pt"><br/>
</p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Thanks!</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Veenit</span></p>
<p class="gmail-p1" style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:11px;line-height:normal;font-family:Menlo;color:rgb(0,0,0)"><br/>
</p>
</div>
</blockquote>
<div class="moz-signature">-- <br/>
<div style="display: flex; width: 400px">
<div>
<svg version="1.1" id="Ebene_1" x="0px" y="0px" width="107" height="145" viewBox="0 0 298.609 367.9741" enable-background="new 0 0 1477.066 298.589" xml:space="preserve" sodipodi:docname="logo_vertical.svg" inkscape:version="1.2.1 (9c6d41e410, 2022-07-14, custom)" inkscape:export-filename="logo_vertical_500px.png" inkscape:export-xdpi="160.74532" inkscape:export-ydpi="160.74532" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" xmlns:svg="http://www.w3.org/2000/svg">
<defs id="defs37">
<linearGradient inkscape:collect="always" xlink:href="#SVGID_1_" id="linearGradient1079" gradientUnits="userSpaceOnUse" x1="62.258801" y1="168.34959" x2="163.1813" y2="287.9039"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_2_" id="linearGradient1081" gradientUnits="userSpaceOnUse" x1="244.2188" y1="298.7417" x2="175.01579" y2="95.458099"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_1_" id="linearGradient1083" gradientUnits="userSpaceOnUse" x1="62.258801" y1="168.34959" x2="163.1813" y2="287.9039"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_2_" id="linearGradient1085" gradientUnits="userSpaceOnUse" x1="244.2188" y1="298.7417" x2="175.01579" y2="95.458099"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_1_" id="linearGradient1087" gradientUnits="userSpaceOnUse" x1="62.258801" y1="168.34959" x2="163.1813" y2="287.9039"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_2_" id="linearGradient1089" gradientUnits="userSpaceOnUse" x1="244.2188" y1="298.7417" x2="175.01579" y2="95.458099"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_1_" id="linearGradient1091" gradientUnits="userSpaceOnUse" x1="62.258801" y1="168.34959" x2="163.1813" y2="287.9039"></linearGradient>
<linearGradient inkscape:collect="always" xlink:href="#SVGID_2_" id="linearGradient1093" gradientUnits="userSpaceOnUse" x1="244.2188" y1="298.7417" x2="175.01579" y2="95.458099"></linearGradient>
</defs>
<sodipodi:namedview id="namedview35" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:showpageshadow="2" inkscape:pageopacity="0.0" inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="false" inkscape:zoom="0.63574531" inkscape:cx="398.74459" inkscape:cy="284.70521" inkscape:window-width="1687" inkscape:window-height="1367" inkscape:window-x="57" inkscape:window-y="0" inkscape:window-maximized="0" inkscape:current-layer="Ebene_1"></sodipodi:namedview>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="62.258801" y1="168.34959" x2="163.1813" y2="287.9039">
<stop offset="0" style="stop-color: #4c5fe9" id="stop2"></stop>
<stop offset="1" style="stop-color: #4c5fe9; stop-opacity:
0.2" id="stop4"></stop> </linearGradient>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="244.2188" y1="298.7417" x2="175.01579" y2="95.458099">
<stop offset="0" style="stop-color: #9943f5" id="stop9"></stop>
<stop offset="0.3444" style="stop-color: #824bf1" id="stop11"></stop>
<stop offset="1" style="stop-color: #4c5fe9" id="stop13"></stop>
</linearGradient>
<g id="g199">
<path fill="url(#SVGID_1_)" d="M 149.302,298.589 C
66.978,298.589 0,231.608 0,149.284 0,108.157
16.734,70.846 43.74,43.812 l 35.662,35.666 c
-17.869,17.9 -28.941,42.589 -28.941,69.806 0,20.17
1.791,41.41 37.839,82.979 l 0.094,0.105 c 4.858,5.609
10.339,11.562 16.502,17.949 z" id="path7" style="fill:
url(#linearGradient1079)"></path>
<path fill="url(#SVGID_2_)" d="m 298.609,149.284 c
0,82.324 -66.98,149.305 -149.308,149.305 l
44.404,-48.271 c 6.171,-6.387 11.644,-12.34
16.514,-17.949 l 0.091,-0.105 c 36.049,-41.568
37.838,-62.809 37.838,-82.979 0,-27.247 -11.086,-51.947
-28.993,-69.853 -17.885,-17.889 -42.6,-28.971
-69.854,-28.971 -27.251,0 -51.967,11.082 -69.85,28.971
-0.02,0.018 -0.031,0.033 -0.051,0.047 L 43.74,43.812 C
70.77,16.75 108.11,0 149.302,0 231.629,0 298.609,66.964
298.609,149.284 Z" id="path16" style="fill:
url(#linearGradient1081)"></path> </g>
<g id="g215">
<path fill="url(#SVGID_1_)" d="M 149.302,298.589 C
66.978,298.589 0,231.608 0,149.284 0,108.157
16.734,70.846 43.74,43.812 l 35.662,35.666 c
-17.869,17.9 -28.941,42.589 -28.941,69.806 0,20.17
1.791,41.41 37.839,82.979 l 0.094,0.105 c 4.858,5.609
10.339,11.562 16.502,17.949 z" id="path211" style="fill:
url(#linearGradient1083)"></path>
<path fill="url(#SVGID_2_)" d="m 298.609,149.284 c
0,82.324 -66.98,149.305 -149.308,149.305 l
44.404,-48.271 c 6.171,-6.387 11.644,-12.34
16.514,-17.949 l 0.091,-0.105 c 36.049,-41.568
37.838,-62.809 37.838,-82.979 0,-27.247 -11.086,-51.947
-28.993,-69.853 -17.885,-17.889 -42.6,-28.971
-69.854,-28.971 -27.251,0 -51.967,11.082 -69.85,28.971
-0.02,0.018 -0.031,0.033 -0.051,0.047 L 43.74,43.812 C
70.77,16.75 108.11,0 149.302,0 231.629,0 298.609,66.964
298.609,149.284 Z" id="path213" style="fill:
url(#linearGradient1085)"></path> </g>
<g id="g239">
<path fill="url(#SVGID_1_)" d="M 149.302,298.589 C
66.978,298.589 0,231.608 0,149.284 0,108.157
16.734,70.846 43.74,43.812 l 35.662,35.666 c
-17.869,17.9 -28.941,42.589 -28.941,69.806 0,20.17
1.791,41.41 37.839,82.979 l 0.094,0.105 c 4.858,5.609
10.339,11.562 16.502,17.949 z" id="path235" style="fill:
url(#linearGradient1087)"></path>
<path fill="url(#SVGID_2_)" d="m 298.609,149.284 c
0,82.324 -66.98,149.305 -149.308,149.305 l
44.404,-48.271 c 6.171,-6.387 11.644,-12.34
16.514,-17.949 l 0.091,-0.105 c 36.049,-41.568
37.838,-62.809 37.838,-82.979 0,-27.247 -11.086,-51.947
-28.993,-69.853 -17.885,-17.889 -42.6,-28.971
-69.854,-28.971 -27.251,0 -51.967,11.082 -69.85,28.971
-0.02,0.018 -0.031,0.033 -0.051,0.047 L 43.74,43.812 C
70.77,16.75 108.11,0 149.302,0 231.629,0 298.609,66.964
298.609,149.284 Z" id="path237" style="fill:
url(#linearGradient1089)"></path> </g>
<g id="g263">
<path fill="url(#SVGID_1_)" d="M 149.302,298.589 C
66.978,298.589 0,231.608 0,149.284 0,108.157
16.734,70.846 43.74,43.812 l 35.662,35.666 c
-17.869,17.9 -28.941,42.589 -28.941,69.806 0,20.17
1.791,41.41 37.839,82.979 l 0.094,0.105 c 4.858,5.609
10.339,11.562 16.502,17.949 z" id="path259" style="fill:
url(#linearGradient1091)"></path>
<path fill="url(#SVGID_2_)" d="m 298.609,149.284 c
0,82.324 -66.98,149.305 -149.308,149.305 l
44.404,-48.271 c 6.171,-6.387 11.644,-12.34
16.514,-17.949 l 0.091,-0.105 c 36.049,-41.568
37.838,-62.809 37.838,-82.979 0,-27.247 -11.086,-51.947
-28.993,-69.853 -17.885,-17.889 -42.6,-28.971
-69.854,-28.971 -27.251,0 -51.967,11.082 -69.85,28.971
-0.02,0.018 -0.031,0.033 -0.051,0.047 L 43.74,43.812 C
70.77,16.75 108.11,0 149.302,0 231.629,0 298.609,66.964
298.609,149.284 Z" id="path261" style="fill:
url(#linearGradient1093)"></path> </g>
<g id="g1077">
<path fill="#150922" d="m 139.22854,342.16038 c 0,-3.26906
-2.65034,-5.91967 -5.92178,-5.91967 -3.26853,0
-5.921,2.65061 -5.921,5.91967 0,3.27171 2.65247,5.92125
5.921,5.92125 3.27144,0 5.92178,-2.64954
5.92178,-5.92125 z" id="path265" style="stroke-width:
10; stroke-dasharray: none"></path>
<path fill="#150922" d="m 55.094566,336.95328 v 20.21337 c
0,0 -8.085296,10.5107 -24.256154,10.5107 -16.979148,0
-29.91578108,-12.93636 -29.91578108,-29.10722
0,-16.17086 12.93663308,-29.1067 29.91578108,-29.1067
15.362036,0 23.043453,10.91538 23.043453,10.91538 l
-5.659893,5.65936 c 0,0 -5.659894,-8.48971
-17.38356,-8.48971 -11.723666,0 -21.0219288,9.29827
-21.0219288,21.02193 0,11.72367 9.2982628,21.02193
21.0219288,21.02193 10.510965,0 15.362036,-5.65989
15.362036,-5.65989 v -8.89359 H 35.285339 v -8.08556 z" id="path267" style="stroke-width: 9.99999;
stroke-dasharray: none"></path>
<path fill="#150922" d="m 62.295795,310.27172 h 8.893852 v
56.59734 h -8.893852 z" id="path269" style="stroke-width: 9.99999; stroke-dasharray: none"></path>
<path fill="#150922" d="m 79.232402,325.12193 c 0,-8.48971
6.872594,-15.36203 18.59626,-15.36203 11.319518,0
16.979148,7.27674 16.979148,7.27674 l -5.65963,5.65962 c
0,0 -3.63863,-4.85133 -11.319518,-4.85133 -6.064038,0
-9.702408,3.6389 -9.702408,7.277 0,12.93637
29.915786,4.85134 29.915786,25.873 0,9.70268
-7.27674,16.97915 -20.213378,16.97915 -13.744923,0
-20.213373,-8.89359 -20.213373,-8.89359 l
5.659894,-5.65989 c 0,0 4.446926,6.46845
14.553479,6.46845 7.276738,0 11.319518,-4.04278
11.319518,-8.89412 0,-12.93637 -29.915778,-4.8508
-29.915778,-25.873 z" id="path271" style="stroke-width:
9.99999; stroke-dasharray: none"></path>
<path fill="#150922" d="m 178.02648,309.46317 c 16.97915,0
29.91578,12.93663 29.91578,29.10749 0,16.17086
-12.93636,29.10722 -29.91578,29.10722 -16.97941,0
-29.91605,-12.93663 -29.91605,-29.10749 0,-16.17085
12.9369,-29.10722 29.91605,-29.10722 z m 0,50.12942 c
11.72393,0 21.02193,-9.29826 21.02193,-21.02193
0,-11.72367 -9.29826,-21.02193 -21.02193,-21.02193
-11.72366,0 -21.02193,9.29826 -21.02193,21.02193
0,11.72367 9.298,21.02193 21.02193,21.02193 z" id="path273" style="stroke-width: 9.99999;
stroke-dasharray: none"></path>
<path fill="#150922" d="m 235.85141,310.56845 c 10.91538,0
19.00067,8.08503 19.00067,18.19185 0,10.10682
-8.08529,18.19238 -19.00067,18.19238 h -13.00124 v
20.21284 h -8.89385 v -56.59707 z m -13.00124,8.08503 v
20.21337 h 13.00124 c 5.65989,0 10.10682,-4.44692
10.10682,-10.10681 0,-5.65963 -4.44693,-10.10682
-10.10682,-10.10682 h -13.00124 z" id="path275" style="stroke-width: 9.99999; stroke-dasharray: none"></path>
<path fill="#150922" d="m 258.87147,325.12193 c 0,-8.48971
6.87286,-15.36203 18.59626,-15.36203 11.31952,0
16.97915,7.27674 16.97915,7.27674 l -5.65963,5.65962 c
0,0 -3.63864,-4.85133 -11.31952,-4.85133 -6.06404,0
-9.70241,3.6389 -9.70241,7.277 0,12.93637
29.91605,4.85134 29.91605,25.873 0,9.70268
-7.27674,16.97915 -20.21338,16.97915 -13.74492,0
-20.2131,-8.89359 -20.2131,-8.89359 l 5.65962,-5.65989 c
0,0 4.44693,6.46845 14.55348,6.46845 7.27674,0
11.31952,-4.04278 11.31952,-8.89412 -2.6e-4,-12.93637
-29.91604,-4.8508 -29.91604,-25.873 z" id="path277" style="stroke-width: 1; stroke-dasharray: none"></path>
</g> </svg> </div>
<div style=" display: flex; flex-direction: column; font-family:
Arial, Helvetica, sans-serif; margin-left: 15px; margin-top:
-2px; ">
<div style="margin: 0; font-size: 14px"> <span style="color:
#7357f9; font-weight: 600">Nils Nolde</span> </div>
<div style="margin-top: 5px; font-size: 12px">Developer /
Co-Founder</div>
<div style="margin-top: 12px; font-size: 12px">
<div style=" margin-bottom: 4px; display: flex;
justify-content: space-between; "> <span style="padding-right: 0px; font-weight: 600; color:
#7357f9"> Website: </span><a style="text-decoration:
none; color: rgb(1, 1, 1)" href="https://gis-ops.com" class="moz-txt-link-freetext">https://gis-ops.com</a> </div>
<div style=" margin-bottom: 4px; display: flex;
justify-content: space-between; "> <span style="padding-right: 0px; font-weight: 600; color:
#7357f9">Email: </span><a style="text-decoration: none;
color: rgb(1, 1, 1)" href="mailto:nils@gis-ops.com" class="moz-txt-link-freetext">nils@gis-ops.com</a> </div>
<div style=" margin-bottom: 4px; display: flex;
justify-content: space-between; "> <span style="padding-right: 0px; font-weight: 600; color:
#7357f9"> Phone: </span><a style="text-decoration:
none; color: rgb(1, 1, 1)" href="tel +491785161595">+49
(0)178 5161 595 </a> </div>
<div style=" margin-bottom: 4px; display: flex;
justify-content: space-between; "> <a style="
padding-right: 0px; font-weight: 100; color: #7357f9;
text-decoration: none; " href="https://valhalla.openstreetmap.de/directions?profile=bicycle&wps=13.2618285%2C52.4299717">Mühlenstraße
8 a, 14167 Berlin </a> </div>
</div>
<div style="display: flex; margin-top: 3px; gap: 6px;
justify-content: start">
<div> <a href="https://github.com/nilsnolde" style="display: inline-block; border-radius: 3px"><img src="https://s3.eu-central-1.amazonaws.com/mysigmail/icons/new/github.png" alt="social-icon-github" style=" display: table-cell;
vertical-align: middle; border-radius: 3px;
background-color: #7357f9; " width="20" height="20"/></a>
</div>
<div> <a href="https://www.linkedin.com/in/nils-nolde-geophox/" style="display: inline-block; border-radius: 3px"><img src="https://s3.eu-central-1.amazonaws.com/mysigmail/icons/new/linkedin.png" alt="social-icon-linkedin" style=" display:
table-cell; vertical-align: middle; border-radius:
3px; background-color: #7357f9; " width="20" height="20"/></a> </div>
<div> <a href="mailto:nils@gis-ops.com" style=" display:
inline-block; border-radius: 3px; background-color:
#7357f9; "><svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-mail" width="16" height="16" viewBox="0 0 24 24" stroke-width="2" stroke="white" fill="none" stroke-linecap="round" stroke-linejoin="round" style="margin: 2px">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="3" y="5" width="18" height="14" rx="2"></rect>
<polyline points="3 7 12 13 21 7"></polyline></svg></a>
</div>
<div> <a href="https://twitter.com/gis_ops" style="
display: inline-block; border-radius: 3px;
background-color: #7357f9; "><img src="https://www.iconsdb.com/icons/preview/white/twitter-xxl.png" alt="social-icon-github" style="vertical-align:
middle; border-radius: 3px; margin: 3px" width="14" height="14"/></a> </div>
</div>
</div>
</div>
</div>
</body></html>