Travel. Photography. Adventure. Welcome to my digital hub for tracking travels, and sharing the views.
I'm an occasional traveler by trade, and I love trying to get a good photo where I can. Explore my galleries, check out my travel plans, or drop me a message!
My Travel Itinerary
Photo Galleries
Explore my photo collections from various locations.
About
Hello! I'm James. Welcome to my personal website. Here you can find my travel galleries, itinerary, and ways to contact me.
I travel quite a bit for work, and enjoy photography, so the two go hand in hand.
Feel free to explore the site and reach out if you'd like to connect!.
This is bold and this is strong. This is italic and this is emphasized.
This is superscript text and this is subscript text.
This is underlined and this is code: for (;;) { ... }. Finally, this is a link.
Heading Level 2
Heading Level 3
Heading Level 4
Heading Level 5
Heading Level 6
Blockquote
Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan faucibus. Vestibulum ante ipsum primis in faucibus lorem ipsum dolor sit amet nullam adipiscing eu felis.
Preformatted
i = 0;
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';